Skip to main content

Crate osom_lib

Crate osom_lib 

Source
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 include code that depends on the standard Rust library (e.g. the standard allocator).

Re-exportsยง

pub use osom_lib_primitives as primitives;
pub use osom_lib_alloc as alloc;
pub use osom_lib_arrays as arrays;
pub use osom_lib_cfg_ext as cfg_ext;
pub use osom_lib_reprc as reprc;
pub use osom_lib_prng as prng;
pub use osom_lib_hashes as hashes;
pub use osom_lib_hash_tables as hash_tables;
pub use osom_lib_macros as macros;
pub use osom_lib_numbers as numbers;
pub use osom_lib_entropy as entropy;std
pub use osom_lib_entropy_cprng as entropy_cprng;std
pub use osom_lib_wait_timer as wait_timer;std