bunsen 0.29.1

bunsen is a batteries included common library for burn
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Module support utilities for `burner` module.

#[cfg(feature = "reflection")]
pub mod reflection;

mod module_init;
mod type_mapper;

#[doc(inline)]
pub use module_init::*;
#[doc(inline)]
pub use type_mapper::*;