rastro 0.1.8

A modern space dynamics library for research and engineering applications. Designed to be high performance, easy to learn, and fast to code, and ready for flight.
Documentation
1
2
3
4
5
6
7
8
9
10
// Bring Modules into scope
pub mod constants;

// Bring modules into scope
pub mod data;

// Bring single functional libraries into scope
pub mod orbits;
pub mod coordinates;