use-physics
Feature-gated facade for the focused RustUse physics crates.
Install
[]
= { = "0.0.1", = false, = ["force", "energy"] }
Foundation
use-physics re-exports focused f64-first physics helpers behind opt-in features. The facade stays thin and mirrors the boundaries of the concrete crates.
Example
#
#
#
#
When to use directly
Choose use-physics when you want one dependency and one import surface. Prefer the focused crates directly when you only need one physics domain.
Scope
- The facade stays close to the focused crate APIs.
- Feature flags map directly to the focused crates in this workspace.
- Units systems and symbolic algebra are out of scope.
Status
use-physics is a pre-1.0 crate with a deliberately small facade over focused helpers.