AlexTalker / filetime

Accessing file timestamps in a platform-agnostic fashion in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filetime

Build Status Build status

Documentation

A helper library for inspecting the various timestamps of files in Rust. This library takes into account cross-platform differences in terms of where the timestamps are located, what they are called, and how to convert them into a platform-independent representation.

# Cargo.toml
[dependencies]
filetime = "0.1"

License

filetime is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.

About

Accessing file timestamps in a platform-agnostic fashion in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%