Expand description
String formatting utilities.
Re-exports§
pub use std::fmt::*;
Structs§
- Counted
- Displays a correctly pluralized count of something, for example
3 users. - Indented
- A wrapper returned from
indent()that displays its inner value with custom indentation. - Indented
Formatter - A formatter that automatically indents lines.
- Surrounded
- A wrapper returned from
surround()that displays a value surrounded by a custom prefix and suffix.