Crate tc_value[−][src]
Provides a generic scalar Value enum which supports collation.
This library is part of Tinychain: http://github.com/haydnv/tinychain
Re-exports
| pub use link::*; | 
Modules
| link | 
 | 
Structs
| Boolean | A boolean value. | 
| BooleanType | The type of a  | 
| ComplexCollator | Defines a collation order for  | 
| FloatCollator | Defines a collation order for  | 
| NumberCollator | Defines a collation order for  | 
| NumberVisitor | A structure for deserializing a  | 
| ValueVisitor | A struct for deserializing a  | 
Enums
| Complex | A complex number. | 
| ComplexType | The type of a  | 
| Float | A floating-point number. | 
| FloatType | The type of a  | 
| Int | A signed integer. | 
| IntType | The type of an  | 
| Number | A generic number. | 
| NumberType | The type of a generic  | 
| UInt | An unsigned integer. | 
| UIntType | The type of a  | 
| Value | A generic value enum | 
| ValueType | The class of a  | 
Traits
| NumberClass | Defines common properties of numeric types supported by  | 
| NumberInstance | Defines common operations on numeric types supported by  |