Skip to main content

Module util

Module util 

Source

Re-exports§

pub use clock::Clock;
pub use clock::FakeClock;
pub use clock::SystemClock;
pub use ids::generate_id;
pub use ids::validate_id;
pub use limits::HYDRATE_CHUNK;
pub use timestamp::is_canonical;
pub use timestamp::normalize;
pub use timestamp::OPEN_SENTINEL;
pub use timestamp::TIMESTAMP_LEN;

Modules§

clock
ids
Identifiers: what the crate requires of them, and what it merely offers.
limits
Ceilings imposed by the engine rather than chosen by this crate.
timestamp
Canonical timestamp form for every temporal column (§4.1).