Module spice::core[][src]

Expand description

The Rust layer to ease the use of the wrapper.

The Rust layer to ease the use of the wrapper.

Below you will find the index of the C spice functions that are wrapped with a nice Rust interface.

It takes a long time to correctly wrap all functions of the API. Raise an issue to ask a specific function to be implemented and we will do it immediately. Pull requests are warmly welcomed to help speed up this process (do not forget to include a proper documentation and a test).

In the meantime, if you are in a rush and need quickly to use a function not implemented with the Rust interface, use the unsafe C functions here. You can find some inspiration in the source of this lib to deal with the FFI types and unsafe code.

Most common API

ChaptersModules
Spice APIs for accessing SPICE kernel datakernel
Spice APIs for checking geometric conditionscheck_geometric_conditions

Re-exports

pub use self::check_geometric_conditions::*;
pub use self::kernel::*;

Modules

check_geometric_conditions

Spice APIs for checking geometric conditions

kernel

Spice API for accessing kernel data.