# IsoCal ![Rust](https://github.com/tonytins/isocal/workflows/Rust/badge.svg) [![Build Status](https://travis-ci.org/tonytins/isocal.svg?branch=master)](https://travis-ci.org/tonytins/isocal) [![Build status](https://ci.appveyor.com/api/projects/status/ffru6ik26j2b87ko?svg=true)](https://ci.appveyor.com/project/tonytins/isocal) [![codecov](https://codecov.io/gh/tonytins/isocal/branch/master/graph/badge.svg)](https://codecov.io/gh/tonytins/isocal) 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 - **Anthony Foxclaw** - _Initial work_ - [tonytins](https://github.com/tonytins) See also the list of [contributors](https://github.com/tonytins/isow/contributors) who participated in this project. ## License This project is licensed under the MIT license - see the [LICENSE](LICENSE) file for details.