Crate tc_value[−][src]
Expand description
Provides a generic scalar Value enum which supports collation.
This library is part of Tinychain: http://github.com/haydnv/tinychain
Structs
| Boolean | A boolean value. |
| BooleanType | The type of a |
| ComplexCollator | Defines a collation order for |
| FloatCollator | Defines a collation order for |
| Link | A link to a network resource. |
| LinkHost | The host portion of a |
| NumberCollator | Defines a collation order for |
| NumberVisitor | A struct for deserializing a |
| Range | A range comprising a start and end |
| ValueCollator | |
| ValueVisitor | A struct for deserializing a |
Enums
| Bound | An optional inclusive or exclusive bound |
| 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 |
| LinkAddress | The address portion of a |
| LinkProtocol | The protocol portion of a |
| 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 |
Constants
| EX | The prefix of an exclusive |
| IN | The prefix of an inclusive |
Traits
| NumberClass | Defines common properties of numeric types supported by |
| NumberInstance | Defines common operations on numeric types supported by |