bunsen 0.21.0-pre.2

bunsen is a community companion library 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::*;