rust-jpl 0.0.1

Rust library for NASA JPL DE441 ephemeris: precise planetary positions for astronomy, astrophysics, and astrology applications
Documentation
# Release Process

rust-jpl follows semantic versioning.

## Versioning

- PATCH: bug fixes
- MINOR: backward-compatible features
- MAJOR: breaking changes

## Release Checklist

- [ ] All tests passing
- [ ] Changelog updated
- [ ] Version bumped in Cargo.toml
- [ ] Docs updated
- [ ] Published to crates.io

## MSRV

The Minimum Supported Rust Version is documented in README.md.