execution-time 0.3.1

simple way to measure and display the execution time
Documentation
1
2
3
4
5
6
7
8
9
pub mod duration_extension;
pub mod format_value;
pub mod round_float;
pub mod singular_plural;

pub use duration_extension::DurationExtension;
pub use format_value::{FormatFloatValue, FormatIntegerValue};
pub use round_float::RoundFloat;
pub use singular_plural::{SingularPlural, Unit};