Crates.io | spaceapi |
lib.rs | spaceapi |
version | 0.9.0 |
source | src |
created_at | 2015-11-14 22:13:13.584348 |
updated_at | 2023-05-07 14:36:22.683032 |
description | SpaceAPI types and serialization/deserialization. |
homepage | |
repository | https://github.com/spaceapi-community/spaceapi-rs/ |
max_upload_size | |
id | 3420 |
size | 82,305 |
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.56.0 or newer.
Add spaceapi
to your Cargo.toml
:
[dependencies]
spaceapi = "^0.9.0"
You can build docs with make docs
. Find them in the target/doc/
directory.
Licensed under either of
at your option.
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.