Expand description
A generic scalar Value enum which supports collation.
Re-exports
pub extern crate uuid;
Structs
- A boolean value.
- The type of a
Boolean. - The host component of a
Link(e.g. “http://127.0.0.1:8702”) - Defines a collation order for
Number. - A TinyChain String
- A semantic version with a major, minor, and patch number, e.g. “0.1.12”
Enums
- The address of a remove host
- A complex number.
- The type of a
Complexnumber. - A floating-point number.
- The type of a
Float. - A signed integer.
- The type of an
Int. - A generic number.
- The type of a generic
Number. - The protocol portion of a
Link(e.g. “http”) - An unsigned integer.
- The type of a
UInt. - A generic value enum
- The class of a
Value.
Traits
- Define a
NumberTypefor a non-Numbertype such as a Rust primitive. - Defines common operations on floating-point numeric types.
- Defines common properties of numeric types supported by
Number. - Defines common operations on numeric types supported by
Number. - Trigonometric functions.