#bindings #toolkit #naif #documentation #spice #cspice

sys cspice-sys

Unsafe bindings to the NAIF CSPICE toolkit

4 releases (stable)

1.0.4 Dec 17, 2023
1.0.3 Jul 27, 2022
1.0.0 Jul 10, 2022
0.0.1 Jan 18, 2021

#1971 in Development tools

Download history 52/week @ 2023-12-22 388/week @ 2023-12-29 453/week @ 2024-01-05 391/week @ 2024-01-12 162/week @ 2024-01-19 176/week @ 2024-01-26 40/week @ 2024-02-02 182/week @ 2024-02-09 110/week @ 2024-02-16 71/week @ 2024-02-23 35/week @ 2024-03-01 66/week @ 2024-03-08 102/week @ 2024-03-15 194/week @ 2024-03-22 202/week @ 2024-03-29 121/week @ 2024-04-05

622 downloads per month
Used in 6 crates (2 directly)

LGPL-3.0

140KB
174 lines

cspice-sys

Build crates.io docs.rs

Unsafe bindings to the NAIF SPICE Toolkit.

Read the official CSPICE documentation online

Please note this is a complete replacement of the 0.x version of the crate, under a new maintainer

Installation

Firstly, you must have Clang installed and on your PATH to be able to generate the bindings.

If you're on a Unix-like system and have CSPICE installed in the standard paths (libcspice.a in /usr/lib and headers in /usr/include), that version will be used by default.

Alternatively, you can enable the downloadcspice feature on the crate to automatically download CSPICE from NAIF servers when this crate is built. Be aware that this will increase build time and require an internet connection on every clean build.

You can also download CSPICE and tell this crate about where to find it manually: First install the CSPICE toolkit by downloading and extracting the appropriate archive from here.

Then, set the CSPICE_DIR environment variable to point to the extracted cspice directory (which should contain the include and lib directories).

WARNING: On Unix like systems you will likely need to rename lib/cspice.a to lib/libcspice.a so that it can be successfully linked.

Also see the GitHub workflow for examples on how to set this up.

Cross Compilation

You can use the CSPICE_CLANG_TARGET environment variable to override the --target parameter for Clang (when generating bindings).

You can use the CSPICE_CLANG_ROOT environment variable to override the --sysroot parameter for Clang (when generating bindings).

No runtime deps

~0–3MB
~49K SLoC