isocal

Crates.ioisocal
lib.rsisocal
version0.1.1
sourcesrc
created_at2020-02-03 17:45:45.582999
updated_at2020-02-04 16:41:29.093312
descriptionIsoCal 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.
homepage
repositoryhttps://github.com/tonytins/isocal
max_upload_size
id204505
size20,429
Tony Bark (tonytins)

documentation

README

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

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

Crates.io

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

Authors

  • Anthony Foxclaw - Initial work - tonytins

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.

Commit count: 17

cargo fmt