rvs 0.5.0

A library for defining and evaluating random variables using a simple DSL
Documentation
mod ast;
#[cfg_attr(feature = "cargo-clippy", allow(module_inception))]
mod parser;

pub use self::parser::Parser;