aipack 0.8.26

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

mod prep_fields;

mod crud_fns;
mod db_bmc;

pub use crud_fns::*;
pub use db_bmc::*;

// endregion: --- Modules