Skip to content

stanislav-tkach/filesystem_time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filesystem_time

Overview

Get/set file time.

Documentation

TODO: docs.rs.

Usage

To use this crate, add filesystem_time as a dependency to your project's Cargo.toml:

[dependencies]
filesystem_time = "0.1"

Or, if you want Chrono or time support, include the features like this:

[dependencies]
chrono = { version = "0.1", features = ["chrono", "time"] }

Example

// TODO, FIXME.

Testing

Because of optional dependencies testing should be performed as cargo.exe test --features "chrono time".

License

Licensed under the MIT license (see the LICENSE file).

About

Set (and get) time in the file metadata.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages