14 releases (7 breaking)

0.8.1 Jul 6, 2021
0.7.0 Aug 21, 2019
0.6.0 Jan 26, 2018
0.5.1 Jun 17, 2017
0.2.0 Nov 23, 2015

#581 in Parser implementations

Download history 14/week @ 2022-11-28 30/week @ 2022-12-05 47/week @ 2022-12-12 30/week @ 2022-12-19 24/week @ 2022-12-26 10/week @ 2023-01-02 24/week @ 2023-01-09 14/week @ 2023-01-16 41/week @ 2023-01-23 55/week @ 2023-01-30 28/week @ 2023-02-06 68/week @ 2023-02-13 50/week @ 2023-02-20 61/week @ 2023-02-27 42/week @ 2023-03-06 20/week @ 2023-03-13

198 downloads per month
Used in 2 crates

MIT/Apache

39KB
919 lines

Rust SpaceAPI Implementation

CircleCI Crates.io Version Crates.io Downloads

This is an implementation of the SpaceAPI v0.13 and v14 in Rust. It contains both the type definitions as well as tools for serialization and deserialization to/from JSON using Serde.

This library requires Rust 1.31.0 or newer.

Usage

Add spaceapi to your Cargo.toml:

[dependencies]
spaceapi = "^0.8.1"

Docs

You can build docs with make docs. Find them in the target/doc/ directory.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1.1–1.8MB
~43K SLoC