[][src]Module dia_time::version_info

3.0.0 (August 19th, 2019)

Changes

  • Refactored to support #![no_std].

  • Replaced UUID with ID; updated TAG.

  • Renamed constants:

  • Renamed functions:

    pub fn format_dhmss(duration: &Duration) -> String;
    pub fn smart_format_dhmss(duration: &Duration) -> String;
    

    into:

    This example is not tested
    pub fn format_dhms_ms(duration: &Duration) -> String;
    pub fn smart_format_dhms_ms(duration: &Duration) -> String;

Dependencies

No dependencies.

Development dependencies

NameVersionNotes
libc^0.2Required

Build dependencies

No dependencies.