lib.rs
humanize-bytes
See also: ubyte, bytesize, uom, byte-unit, si-scale, human_bytes, parse-size, unit-conversions, human-repr, runtime_units, cpc Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors of the crate.
Readonly
This crate provides an attribute macro to expose struct fields that are readable and writable from within the same module but readable only outside the module. [dependencies] readonly = "0.2" Syntax. Place #[readonly::make] on a braced struct or tuple struct. This will make all fields of the struct publicly readable according to their ...