nt-time is a Windows file time library for Rust.
Add this to your Cargo.toml
:
[dependencies]
nt-time = "0.10.1"
Enables features that depend on the standard library. This is enabled by default.
Enables the large-dates
feature of the time
crate.
Enables the chrono
crate.
Enables the rand
crate.
Enables the serde
crate.
Allows Serde representations to use a human-readable format. This implicitly
enables the serde
feature.
This 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.74.0.
The upstream repository is available at https://github.com/sorairolake/nt-time.git.
The source code is also available at:
Please see CHANGELOG.adoc.
Please see CONTRIBUTING.adoc.
Copyright © 2023–2024 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.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.