Expand description
Utility helpers shared across the crate — OID formatting, relative time, text, etc.
Re-exports§
pub use text::truncate_str;pub use time::fmt_oid;pub use time::relative_time;pub use time::short_oid;pub use time::short_oid_str;
Modules§
Functions§
- ascending_
range - Build an ascending
Vec<usize>spanning fromanchortotarget(inclusive), regardless of which is larger.