spice-sys 0.1.0

Thin wrapper for the C language implementation spice toolkit from NAIF
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.libc]
version = "0.2.69"

[package]
authors = ["Rolfe Power <rolfepower4@gmail.com>"]
build = "build.rs"
categories = ["external-ffi-bindings", "mathematics", "science"]
description = "Thin wrapper for the C language implementation spice toolkit from NAIF"
edition = "2018"
exclude = ["**/thirdparty/*"]
homepage = "https://github.com/rjpower4/spice-sys"
keywords = ["ffi", "space", "astrodynamics", "satellite", "spice"]
license = "MIT"
name = "spice-sys"
readme = "README.md"
repository = "https://github.com/rjpower4/spice-sys"
version = "0.1.0"