intdate 0.1.0

A simple integer date library inspired by Python's int_date.
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented1 out of 9 items with examples
  • Size
  • Source code size: 22.13 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Elinvynia/intdate
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Elinvynia

ci-badge docs-badge crate-version

intdate

A simple integer date library inspired by Python's int_date.

Sample Usage

    let date = intdate::from_str("2020-01-01").unwrap();
    println!("{}", date.is_year_leap());