space-rx 0.2.0

Rust wrapper over the unofficial SpaceX API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/// Request builders for all `capsule` endpoints.
pub mod capsule;
/// Request builders for all `info` endpoints.
pub mod info;
/// Request builders for all `launchpad` endpoints.
pub mod launchpad;
/// Request builders for all `launch` endpoints.
pub mod launch;
/// Request builders for all `part` endpoints.
pub mod part;
/// Request builders for all `rocket` endpoints.
pub mod rocket;