radiate-core 1.2.22

Core traits and interfaces for the Radiate genetic algorithm library.
Documentation
1
2
3
pub use radiate_error::*;

pub type RadiateResult<T> = std::result::Result<T, RadiateError>;