bunsen 0.21.0

bunsen is acceleration tooling for burn
Documentation
1
2
3
4
5
6
7
8
9
//! Z-Space Index and Shape Support.

mod bounds;
#[doc(inline)]
pub use bounds::*;

mod shapes;
#[doc(inline)]
pub use shapes::*;