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
// region:    --- Modules

mod file_common;
mod file_hash_blake3;
mod file_hash_sha;
mod safer_deletes;

pub use file_common::*;
pub use file_hash_blake3::*;
pub use file_hash_sha::*;
pub use safer_deletes::*;

// endregion: --- Modules