sci-cream 0.0.2

Library that facilitates the mathematical analysis of ice cream mixes and their properties.
Documentation
1
2
3
4
5
6
7
8
9
//! Modules exclusively for WASM interoperability. These are gated behind the `wasm` feature.

#[cfg(feature = "database")]
pub mod bridge;
pub mod log;

#[cfg(feature = "database")]
pub use bridge::*;
pub use log::*;