https://github.com/jwodder/julian-rs
Convert between Julian day numbers and Julian & Gregorian calendars
https://github.com/jwodder/julian-rs
available-on-crates-io calendar gregorian-calendar julian-calendar julian-day rust
Last synced: 3 months ago
JSON representation
Convert between Julian day numbers and Julian & Gregorian calendars
- Host: GitHub
- URL: https://github.com/jwodder/julian-rs
- Owner: jwodder
- License: mit
- Created: 2023-04-23T17:59:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T14:13:59.000Z (about 1 year ago)
- Last Synced: 2024-05-30T17:57:22.608Z (about 1 year ago)
- Topics: available-on-crates-io, calendar, gregorian-calendar, julian-calendar, julian-day, rust
- Language: Rust
- Homepage:
- Size: 429 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#active)
[](https://github.com/jwodder/julian-rs/actions/workflows/test.yml)
[](https://codecov.io/gh/jwodder/julian-rs)
[](https://www.rust-lang.org)
[](https://opensource.org/licenses/MIT)This is a Rust [workspace][] containing various packages for converting between
[Julian day numbers][] and dates in the [Gregorian calendar][] (either
proleptic or with the Reformation occurring at a given date) and/or the
proleptic [Julian calendar][].The packages are:
- [`julian`][] — Rust library for converting between Julian day numbers and
Julian & Gregorian calendars- [`julian-cli`][] — CLI command for converting between Julian day numbers and
Julian & Gregorian calendars- [`gentests`][] — Internal package for use in generating test code for
`julian`[workspace]: https://doc.rust-lang.org/cargo/reference/workspaces.html
[Julian day numbers]: https://en.wikipedia.org/wiki/Julian_day
[Gregorian calendar]: https://en.wikipedia.org/wiki/Gregorian_calendar
[Julian calendar]: https://en.wikipedia.org/wiki/Julian_calendar
[`julian`]: https://github.com/jwodder/julian-rs/tree/master/crates/julian
[`julian-cli`]: https://github.com/jwodder/julian-rs/tree/master/crates/julian-cli
[`gentests`]: https://github.com/jwodder/julian-rs/tree/master/crates/gentests