//! Auto-generated module structure
// Re-export all types
// NOTE: contactfilter_traits re-exports specialized::*, which conflicts with
// simple::sphere_sphere. We skip the contactfilter_traits glob and re-export
// specialized explicitly via its own module.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
// NOTE: primitives::ClosestFeature conflicts with gjk::ClosestFeature.
// We skip the glob re-export for primitives; use narrowphase::primitives:: explicitly.
pub use *;