aipack 0.7.7-WIP

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

mod in_block_state;
mod md_block_iter;
mod md_meta_extractor;
mod md_section_iter;
mod md_section_split;
mod outer_block;

pub use in_block_state::*;
pub use md_block_iter::*;
pub use md_meta_extractor::*;
pub use md_section_iter::*;
pub use outer_block::*;

// endregion: --- Modules