An open API service indexing awesome lists of open source software.

https://github.com/depp/datetime-rs

Rust date and time library
https://github.com/depp/datetime-rs

Last synced: about 1 year ago
JSON representation

Rust date and time library

Awesome Lists containing this project

README

          

# The Rust date and time library

The `datetime-rs` library provides date and time data types and functions for Rust. It is modeled after the [Joda Time][joda-time] library for Java and the [Noda Time][noda-time] library for C#.

[joda-time]: http://www.joda.org/joda-time/
[noda-time]: http://nodatime.org/

## License and copyright

Copyright © 2014 Dietrich Epp

The Rust date time library is distributed under the terms of the MIT License or the Apache License, Version 2.0, at your option.