aipack 0.7.7-WIP

Command Agent runner to accelerate production coding with genai.
1
2
3
4
5
6
7
// region:    --- Modules

mod rust;

pub use rust::*;

// endregion: --- Modules