use-force
Force, weight, and impulse helpers for RustUse.
Install
[]
= "0.0.1"
Foundation
use-force provides small f64-first helpers for force, weight, and impulse calculations.
Example
use ;
assert_eq!;
assert_eq!;
When to use directly
Choose use-force when you only need reusable force formulas.
Scope
- APIs stay
f64-first and unit-agnostic. - Rigid-body simulation models are out of scope.
Status
use-force is a pre-1.0 crate with a deliberately small API.