SpaceX API wrapper written in Rust
API Reference
See the full API reference here
Installation
Via cargo, add this to your project's Cargo.toml:
spacex-api-wrapper = "0.1.0"
Usage example
extern crate spacex_api_wrapper;
use SpaceXAPI;
let spacex_api = new;
spacex_api.get_company_info
.wait
.map;