Expand description
This module gathers together all the osom tools into a single crate.
This crate is #![no_std]
. If, however, the std
feature is enabled, it will link to the external
alloc
crate.
Re-exportsยง
pub use osom_primitives as primitives;
pub use osom_alloc as alloc;
pub use osom_arrays as arrays;
pub use osom_alloc_std as alloc_std;
std
pub use osom_arrays_std as arrays_std;
std