uts-core 0.1.0-alpha.0

Core types and traits for Univeral Timestamps in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
mod hex;
pub use hex::Hexed;

mod sync;
pub use sync::OnceLock;

mod hash;
#[cfg(feature = "io-utils")]
pub use hash::HashAsyncFsExt;
pub use hash::HashFsExt;