Modules§
Structs§
- Execution
Time - Measures the execution time of a code block.
- Time
- Represents a time duration split into days, hours, minutes, and seconds.
Enums§
- Unit
- Unit types with their singular/plural pairs
Traits§
- Duration
Extension - Trait to extend the
Duration
type with a method to convert it to aTime
struct. - Format
Float Value - Trait for formatting floating-point values with their units
- Format
Integer Value - Trait for formatting integer values with their units
- Round
Float - Trait for rounding floating-point numbers to a specified number of decimal places.
- Singular
Plural - Trait for defining singular and plural forms of words.