Expand description
functions for formatting data into text
Re-exports§
pub use binary_format::*;
pub use bool_format::*;
pub use box_format::*;
pub use exceptions::*;
pub use multiline_format::*;
pub use number_format::*;
pub use string_format::*;
pub use table_formats::*;
Modules§
- binary_
format - binary formatting
- bool_
format - bool formatting
- box_
format - box formatting
- exceptions
- exceptions
- multiline_
format - multiline formatting
- number_
format - number formatting
- string_
format - string formatting
- table_
formats - table formats
Enums§
- Color
- The 8 standard colors.
Traits§
- Colorize
- The trait that enables something to be given color.