brahe 1.3.4

Brahe is a modern satellite dynamics library for research and engineering applications designed to be easy-to-learn, high-performance, and quick-to-deploy. The north-star of the development is enabling users to solve meaningful problems and answer questions quickly, easily, and correctly.
Documentation
1
2
3
4
5
6
7
8
/*!
 * SpaceTrack query operator functions.
 *
 * Re-exports from [`crate::utils::operators`]. These functions are available
 * at both `brahe::spacetrack::operators::*` and `brahe::utils::operators::*`.
 */

pub use crate::utils::operators::*;