radiate-expr 1.2.22

A Rust library for genetic algorithms and artificial evolution.
Documentation
1
2
3
4
5
mod datatype;
mod expression;

pub use datatype::{AnyValue, DataType, Field, dtype, dtype_names, value};
pub use expression::*;