Expand description
Umbrella crate for the lox astrodynamics toolkit.
lox-space re-exports the individual lox-* crates under stable, stutter-free module
paths and provides a prelude of the most commonly used types. Each module mirrors the
corresponding standalone crate; enable the matching cargo feature to pull it in.
Modules§
- analysis
- Mission analysis: access, visibility, link budgets, and ground-station modelling
(re-exports
lox_analysis). - bodies
- Celestial bodies and their physical and rotational properties (re-exports
lox_bodies). - comms
- Communications modelling: antennas, links, and signal chains (re-exports
lox_comms). - constellations
- Satellite constellation builders and geometry (re-exports
lox_orbits::constellations). - core
- Core numeric types, units, and constants (re-exports
lox_core). - earth
- Earth-specific models such as geodesy and orientation (re-exports
lox_earth). - ephem
- Planetary and lunar ephemerides (re-exports
lox_ephem). - frames
- Reference frames, rotations, and coordinate transformations (re-exports
lox_frames). - io
- Parsers for astrodynamics data file formats (re-exports
lox_io). - itur
- ITU-R atmospheric propagation models (re-exports
lox_itur). - math
- Math utilities used across the toolkit (re-exports
lox_math). - odm
- CCSDS Orbit Data Message types and (de-)serialization (re-exports
lox_odm). - orbits
- Orbits, propagators, events, and ground tracks (re-exports
lox_orbits). - prelude
- Convenience re-exports of the most commonly used types.
- time
- Time scales, epochs, and date arithmetic (re-exports
lox_time). - units
- Physical units and quantities (re-exports
lox_units).
Macros§
- time
- Construct a
time::Time— re-export of thelox_time::time!macro. - utc
- Construct a UTC timestamp — re-export of the
lox_time::utc!macro.