astrodyn 0.1.1

Pipeline orchestration, VehicleBuilder, and recipes — single API surface for ECS adapters
Documentation
1
2
3
4
5
6
7
8
9
//! Force-collection re-exports.
//!
//! The kernel and typed sibling live in `astrodyn_interactions::forces`.
//! This module preserves the `astrodyn::forces::*` import path used by
//! adapters and mission code.

pub use astrodyn_interactions::forces::{
    collect_and_resolve_forces, collect_and_resolve_forces_typed,
};