Skip to main content

evolve_cli/
lib.rs

1//! Library surface for evolve-cli, primarily so integration tests can call
2//! the evolution engine without going through the binary.
3
4#![warn(missing_docs)]
5
6pub mod engine;