lettuce 0.1.3

Healthy lattice consructions in pure Rust.
Documentation
1
2
3
4
5
6
7
mod chi_sq;
mod gaussian;
mod ternary;

pub(crate) use chi_sq::*;
pub use gaussian::*;
pub use ternary::*;