use-motion
Basic kinematics helpers for RustUse.
Install
[]
= "0.0.1"
Foundation
use-motion provides small f64-first helpers for common introductory kinematics calculations.
Example
use ;
let speed = average_speed?;
assert_eq!;
assert_eq!;
# Ok::
When to use directly
Choose use-motion when you only need reusable motion formulas.
Scope
- APIs stay
f64-first and unit-agnostic. - Higher-level simulation models are out of scope.
Status
use-motion is a pre-1.0 crate with a deliberately small API.