brahe 1.4.0

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
9
10
11
12
/*!
 * Shared types used by both SpaceTrack and Celestrak modules.
 *
 * Contains the canonical [`GPRecord`] type for General Perturbations data,
 * flexible serde deserializers for mixed string/number JSON, and the
 * [`FieldAccessor`] trait for field-name-based record access.
 */

pub mod gp_record;
pub mod serde_flex;

pub use gp_record::GPRecord;