Crate ufmt_utils

Source
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
LineBuffered
A write adapter that buffers writes and automatically flushes on newlines
WriteAdapter
An adapter struct allowing to use ufmt on types which implement core::fmt::Write