geodesic 0.1.0

A Rust library for constructing and sampling 3D geometric scenes.
Documentation
1
2
3
4
5
6
7
8
9
mod bounded;
mod failable_numeric;
mod persistable;
mod traceable;

pub use bounded::Bounded;
pub use failable_numeric::FallibleNumeric;
pub use persistable::Persistable;
pub use traceable::Traceable;