# evolution_rs This is a small Rust library for solving maximization problems using genetic algorithms. See the [example](src/main.rs) to see how it works. ## Usage The crate is accessible through [crates.io](https://crates.io/crates/evolution_rs). You can add it to your `Cargo.toml`: ```toml [dependencies] evolution_rs = "0.1.0" ```