swiss-eph

Crates.ioswiss-eph
lib.rsswiss-eph
version0.2.1
created_at2026-01-20 22:48:23.754814+00
updated_at2026-01-22 17:54:56.947311+00
descriptionComplete FFI bindings to the Swiss Ephemeris astronomical calculation library
homepage
repositoryhttps://github.com/fusionstrings/swiss-eph
max_upload_size
id2057759
size1,941,856
Dilip Kr. Shukla (fusionstrings)

documentation

https://docs.rs/swiss-eph

README

swiss-eph

Complete FFI bindings to the Swiss Ephemeris astronomical calculation library.

Features

  • High Precision: Native C performance via direct FFI.
  • WASM Support: Compiles to WebAssembly for use in Deno, Node.js, and browsers.
  • Optional Data: Optional embedding of ephemeris files via the embedded-ephe feature.

Usage

Add to your Cargo.toml:

[dependencies]
swiss-eph = "0.1"

License

AGPL-3.0 (same as Swiss Ephemeris)

Commit count: 85

cargo fmt