assist-sys

Crates.ioassist-sys
lib.rsassist-sys
version0.2.0
sourcesrc
created_at2023-07-10 06:22:37.828342
updated_at2023-12-15 05:48:04.529646
descriptionLow-level bindings to the ASSIST orbit propagator
homepage
repositoryhttps://github.com/spenczar/assist-sys
max_upload_size
id912583
size243,092
Spencer Nelson (spenczar)

documentation

README

assist-sys

This is a Rust crate which provides bindings for ASSIST.

The generated bindings are currently only for a statically linked version of assist. This isn't for a deep reason; it's just that I expect that dynamically linking to assist is pretty unusual, and it's easier to provide a statically linked sys crate.

Running tests

Tests require ephemeris data. Get them by running 'make' in the testdata directory. This will use cURL to download ephemerides files. They're large - 600MB - but necessary.

Then, 'cargo test' runs tests.

Commit count: 4

cargo fmt