isocal 0.1.1

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.
Documentation
  • Coverage
  • 0%
    0 out of 11 items documented0 out of 9 items with examples
  • Size
  • Source code size: 20.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.46 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • tonytins/isocal
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tonytins

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.