evolve-cli 0.3.0

Evolve CLI — drop-in passive evolution for AI coding assistants
Documentation
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;