aipack 0.8.24

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

mod line_helpers;
mod rect_ext;
mod text_helpers;

pub use line_helpers::*;
pub use rect_ext::*;
pub use text_helpers::*;

// endregion: --- Modules