Just adding some programmer notes.

This commit is contained in:
Myrddin Dundragon 2018-04-14 16:39:52 -04:00
parent 622808879f
commit cc4a6fe411

View File

@ -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
/// data type that can be used by the platform specific functions. This
/// type creates a path to easily get that data.