uts-core 0.1.0-alpha.1

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

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