IsoCal

Rust Build Status Build status codecov

IsoCal is an extension to Chrono's IsoWeek (ISO 8601) that provides additional formatting and functions, such as the "W" prefix to weeks and the ISO ordinal.

Installation

toml [dependencies] chrono = "0.4" isocal = { git = "https://github.com/tonytins/isocal" }

Crates.io

toml [dependencies] chrono = "0.4" isocal = "0.1"

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT license - see the LICENSE file for details.