Just adding some programmer notes.
This commit is contained in:
parent
622808879f
commit
cc4a6fe411
@ -1,3 +1,12 @@
|
|||||||
|
//! These types are here to be used in bindings only. Other conversion
|
||||||
|
//! traits, either from the spellbook or standard library are to be used
|
||||||
|
//! at all other times. These were determined to be used at the binding
|
||||||
|
//! level to make sure that it was understood that you are getting and
|
||||||
|
//! using a value from a non rust source. These traits are only there
|
||||||
|
//! to help with understanding the code and to remind the programmer
|
||||||
|
//! where values are coming from.
|
||||||
|
|
||||||
|
|
||||||
/// Some times there are types that need to return a platform specific
|
/// Some times there are types that need to return a platform specific
|
||||||
/// data type that can be used by the platform specific functions. This
|
/// data type that can be used by the platform specific functions. This
|
||||||
/// type creates a path to easily get that data.
|
/// type creates a path to easily get that data.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user