Expand description
Value domain types.
Re-exports§
pub use base64_binary::Base64Binary;pub use base64_binary::Base64BinaryBuf;pub use base64_binary::InvalidBase64;pub use hex_binary::HexBinary;pub use hex_binary::HexBinaryBuf;pub use hex_binary::InvalidHex;pub use crate::lexical::QName;pub use crate::lexical::QNameBuf;
Modules§
Structs§
- Decimal number.
- Checks that a rational has a finite decimal representation.
- ID.
- Owned Id.
- ID.
- Owned IdRef.
- Integer number.
- Language.
- Owned Language.
- ID.
- Owned NCName.
- ID.
- Owned NMToken.
- ID.
- Owned Name.
- Error raised when trying to create a decimal value from a rational without finite decimal representation.
Enums§
- A
Signis aBigInt’s composing element.
Traits§
Functions§
- Returns the decimal lexical representation of the given rational number, if any.
- Checks that the given rational has a finite decimal representation.