Expand description
μfmt
utilities
§Minimum Supported Rust Version (MSRV)
This crate is guaranteed to compile on stable Rust 1.36 and up. It might compile on older versions but that may change in any new patch release.
Structs§
- Ignore
- A write adapter that ignores all errors
- Line
Buffered - A write adapter that buffers writes and automatically flushes on newlines
- Write
Adapter - An adapter struct allowing to use
ufmt
on types which implementcore::fmt::Write