dostime 0.2.0

A Rust crate that converts to and from MS DOS dates and times.
Documentation
  • Coverage
  • 100%
    42 out of 42 items documented7 out of 26 items with examples
  • Size
  • Source code size: 63.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • abus-sh/dostime
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • abus-sh

dostime

This crate converts Microsoft DOS timestamps to and from binary/integer formats and structs. This crate is optionally no_std compatible (removing the "std" feature). An explanation of the date and time formats can be found here, though the documentation for DOSTime and DOSDate also includes explantions for the format. By default, this crate treats integers as big-endian and arrays as little-endian. In the future, support for treating arrays as big-endian will be added.

Future Features

  • Add support for Serde
  • Other cool features as I think of them (or as people open issues)