amethyst_nphysics-0.2.0 doesn't have any documentation.
NPhysics Amethyst backend
This crate is the NPhysics integration of the amethyst_physics interface.
To use this backend you have to specify the class NPhysicsBackend in the PhysicsBundle as shown below.
use PhysicsBundle;
use NPhysicsBackend;
let game_data = default
.with_bundle.unwrap
You can use this through amethyst_physics.