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
14
15
/// Models returned by more than one endpoint type.
pub mod common;

/// Models returned by the capsule endpoints.
pub mod capsule;
/// Models returned by the info endpoints.
pub mod info;
/// Models returned by the launch endpoints.
pub mod launch;
/// Models returned by the launchpad endpoints.
pub mod launchpad;
/// Models returned by the part endpoints.
pub mod part;
/// Models returned by the rocket endpoints.
pub mod rocket;