# Chromosome
[](https://github.com/burbokop/chromosome/actions/workflows/ci.yml)
[](https://crates.io/crates/chromosome)
[](https://docs.rs/chromosome)
Genetic algorithms tools library which provides basic utilities such as mutation and recombination and can be used in `no_std` crates with `alloc` feature
Documentation:
- [API reference (docs.rs)](https://docs.rs/chromosome)
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
chromosome = "0.3.0"
```
## Example
[Diophantus equation](https://github.com/burbokop/chromosome/blob/master/tests/diophantus_equation.rs)