| Crates.io | dos-date-time |
| lib.rs | dos-date-time |
| version | 0.2.0 |
| created_at | 2025-12-11 06:01:01.687736+00 |
| updated_at | 2025-12-19 14:25:20.817269+00 |
| description | An MS-DOS date and time library |
| homepage | |
| repository | https://github.com/sorairolake/dos-date-time |
| max_upload_size | |
| id | 1979218 |
| size | 166,103 |
dos-date-time is an MS-DOS date and time library for Rust.
MS-DOS date and time are packed 16-bit unsigned integer values that specify the date and time an MS-DOS file was last written to, and are used as timestamps such as FAT or ZIP file format.
Run the following command in your project directory:
cargo add dos-date-time
chronoEnables the chrono crate.
jiffEnables the jiff crate.
stdEnables features that depend on the standard library. This is enabled by default.
no_std supportThis supports no_std mode. Disables the default feature to enable this.
See the documentation for more details.
The minimum supported Rust version (MSRV) of this library is v1.85.0.
The upstream repository is available at https://github.com/sorairolake/dos-date-time.git.
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
Copyright (C) 2025 Shun Sakai (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.