Registry / other / erfa-sys

erfa-sys

JSON →
library0.2.1rscratesunverified

Crate for providing bindings to and linking the ERFA C library for astronomical algorithms.

# Cargo.toml [dependencies] erfa-sys = "0.2.1"
INSTALL
IMPORT
SIG · ERFA-SYS
E
erfa-sys
otherrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eraCal2jd
use erfa_sys::eraCal2jd;

Convert calendar date to Julian date using ERFA.

use erfa_sys::eraCal2jd; fn main() { let (djm0, djm) = eraCal2jd(2023, 10, 1); println!("Julian date: {} {}", djm0, djm); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
erfa-sys — cargo add erfa-sys · libregistry