Logo
Explore Help
Sign In
itsscb/chrono
1
0
Fork 0
You've already forked chrono
mirror of https://github.com/chronotope/chrono.git synced 2025-09-30 22:42:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
21 Commits 4 Branches 92 Tags
Go to file
Clone
Open with VS Code Open with VSCodium Open with Intellij IDEA
Download ZIP Download TAR.GZ Download BUNDLE
Kang Seonghoon 11b2a10247 added Cargo support and updated .travis.yml; language changes: ToStr -> ToString.
2014-07-13 00:12:13 +09:00
src/chrono
added Cargo support and updated .travis.yml; language changes: ToStr -> ToString.
2014-07-13 00:12:13 +09:00
.gitignore
added Cargo support and updated .travis.yml; language changes: ToStr -> ToString.
2014-07-13 00:12:13 +09:00
.travis.yml
added Cargo support and updated .travis.yml; language changes: ToStr -> ToString.
2014-07-13 00:12:13 +09:00
Cargo.toml
added Cargo support and updated .travis.yml; language changes: ToStr -> ToString.
2014-07-13 00:12:13 +09:00
LICENSE.txt
proper licensing, added README.
2014-04-02 02:14:57 +09:00
README.md
added (not yet well-tested) mult/div ops for Duration.
2014-04-07 03:16:33 +09:00

README.md

Rust-chrono

Rust-chrono on Travis CI

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 much as possible.

References

  • https://github.com/mozilla/rust/wiki/Lib-datetime
  • https://github.com/luisbg/rust-datetime/wiki/Use-Cases
Description
Date and time library for Rust
calendardaterusttime
Readme 9.4 MiB
Languages
Rust 100%
Powered by Gitea Version: 1.23.6 Page: 2286ms Template: 176ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API