utime 0.3.1

A missing utime function for Rust.
Documentation
[badges.maintenance]
status = "passively-maintained"

[package]
authors = ["Hyeon Kim <simnalamburt@gmail.com>"]
description = "A missing utime function for Rust.\n"
documentation = "https://docs.rs/utime/"
edition = "2018"
homepage = "https://github.com/simnalamburt/utime"
keywords = ["utime", "mtime"]
license = "Apache-2.0 OR MIT"
name = "utime"
readme = "README.md"
repository = "https://github.com/simnalamburt/utime"
version = "0.3.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "minwindef", "winbase"]
version = "0.3"