boxddd 0.2.0

Safe, ergonomic Rust bindings for Box3D
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Shared value types re-exported by the crate root.

use crate::error::{Error, Result};
use boxddd_sys::ffi;

mod math;
pub use math::*;

mod contact;
pub use contact::*;

mod stats;
pub use stats::*;

mod ids;
pub use ids::*;