4 releases
0.8.999 |
|
---|---|
0.8.2 | Feb 21, 2023 |
0.8.1 | Feb 18, 2023 |
#1580 in Encoding
43 downloads per month
Used in spaceapi-dezentrale-serve…
52KB
1K
SLoC
Rust SpaceAPI Implementation
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.
- Crate Documentation: https://docs.rs/spaceapi-dezentrale/
- SpaceAPI Documentation: https://spaceapi.io/pages/docs.html
This library requires Rust 1.36.0 or newer.
Usage
Add spaceapi
to your Cargo.toml
:
[dependencies]
spaceapi-dezentrale = "^0.8.2"
Docs
You can build docs with make docs
. Find them in the target/doc/
directory.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~0.8–1.7MB
~37K SLoC