utils.rs

1//! UI-related utilities
2
3mod format_distance;
4mod with_rem_size;
5
6pub use format_distance::*;
7pub use with_rem_size::*;