Expand description
This crate aims at providing safe representations of XSD built-in data types. For now, only numeric types are implemented.
Re-exports
pub use value::*;
Modules
Enums
- XSD datatype.
- Datatype derived from
xsd:dateTime. - Datatype derived from
xsd:decimal. - Datatype derived from
xsd:duration. - XSD primitive datatype.
- Datatype derived from
xsd:string.
Traits
- Parse a value directly from its RDF lexical form.