aipack 0.8.26

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

mod change;
mod formatters;
mod hash;
mod line_block_iter;
mod text_common;

pub use change::*;
pub use formatters::*;
pub use hash::*;
pub use line_block_iter::*;
pub use text_common::*;

// endregion: --- Modules