utime 0.1.0

Missing utime function for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "utime"
version = "0.1.0"
authors = ["Hyeon Kim <simnalamburt@gmail.com>"]
homepage = "https://github.com/simnalamburt/utime"
repository = "https://github.com/simnalamburt/utime"
documentation = "https://simnalamburt.github.com/utime"
license = "BSD-2-Clause"
keywords = ["utime", "mtime"]
readme = "README.md"

description = """
Missing utime function for Rust.
"""

[dependencies]
libc = "0.1"