Skip to main content

Module utils

Module utils 

Source
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§

text
Text manipulation utilities shared across the crate.
time
Time formatting and OID helpers.

Functions§

ascending_range
Build an ascending Vec<usize> spanning from anchor to target (inclusive), regardless of which is larger.