etop-format 0.1.1

etop-format contains functions for fomatting data into strings
Documentation
1
2
3
4
5
6
7
8
9
mod builder;
/// public interface for formatting
pub mod interface;
mod process;
mod str_convert;
mod types;

pub use interface::format;
pub use types::{FormatType, NumberAlign, NumberFormat, Sign};