spaceapi-dezentrale

Crates.iospaceapi-dezentrale
lib.rsspaceapi-dezentrale
version0.8.999
sourcesrc
created_at2023-02-18 13:32:40.452613
updated_at2023-02-21 20:51:47.903273
descriptionSpaceAPI types and serialization/deserialization.
homepage
repositoryhttps://github.com/dezentrale/spaceapi-rs/
max_upload_size
id788210
size68,019
Alexander Böhm (aboehm)

documentation

README

Rust SpaceAPI Implementation

GitHub Actions Build Status 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.36.0 or newer.

Usage

Add spaceapi-dezentrale to your Cargo.toml:

[dependencies]
spaceapi-dezentrale = "^0.8.999"

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.

Commit count: 315

cargo fmt