Skip to main content

Crate pretty

Crate pretty 

Source
Expand description

Pretty printing utilities.

Re-exports§

pub use hexdump::hexdump_very_ex_raw;
pub use hexdump::hexdump_very_ex_rs;
pub use hexdump::hexdump8_very_ex_raw;
pub use hexdump::hexdump8_very_ex_rs;
pub use sizes::MAX_FORMAT_SIZE_LEN;
pub use sizes::SizeUnit;
pub use sizes::format_size_fixed_rs;
pub use sizes::format_size_rs;
pub use sizes::parse_size_bytes;

Modules§

hexdump
Rust implementation of hexdump utilities, matching zircon/system/ulib/pretty.
sizes
Rust implementation of sizes formatting and parsing, matching zircon/system/ulib/pretty.