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