#![cfg_attr(not(feature ="std"), no_std)]#![allow(clippy::similar_names)]/// Trajectory config
pubmodtrajectory;// Contains functions to resolve the value of a parameter given two other parameters
pubmodresolver;// re-export the compute procedural macro from the macros module
pubmodmacros{pubusearcade_jump_macros::*;}