This website requires JavaScript.
Explore
Help
Sign In
xeos
/
chrono
Watch
1
Star
0
Fork
You've already forked chrono
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
12
Commits
2
Branches
0
Tags
1.7
MiB
Rust
98.8%
Shell
1.1%
Makefile
0.1%
f7c03b536f
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Kang Seonghoon
f7c03b536f
language changes: priv tuple-like fields are now default as well.
2014-04-04 18:09:22 +09:00
src
/chrono
language changes: priv tuple-like fields are now default as well.
2014-04-04 18:09:22 +09:00
.gitignore
proper licensing, added README.
2014-04-02 02:14:57 +09:00
.travis.yml
proper licensing, added README.
2014-04-02 02:14:57 +09:00
LICENSE.txt
proper licensing, added README.
2014-04-02 02:14:57 +09:00
Makefile.in
initial commit.
2014-03-28 20:38:11 +09:00
README.md
proper licensing, added README.
2014-04-02 02:14:57 +09:00
configure
initial commit.
2014-03-28 20:38:11 +09:00
README.md
Rust-chrono
Date and time handling for Rust.
Design Goals
1-to-1 correspondence with ISO 8601.
Timezone-aware by default.
Space efficient.
Moderate lookup table size, should not exceed a few KBs.
Avoid divisions as long as possible.
References
https://github.com/mozilla/rust/wiki/Lib-datetime
https://github.com/luisbg/rust-datetime/wiki/Use-Cases