zerostack 1.1.0

Minimalistic coding agent written in Rust, optimized for memory footprint and performance
1
2
3
4
5
6
7
8
#[cfg(test)]
mod checker_tests;
#[cfg(test)]
mod edit_tests;
#[cfg(test)]
mod input_tests;
#[cfg(test)]
mod picker_tests;