devai 0.5.12

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 file_meta;
mod file_record;
mod md_block;
mod md_heading;
mod md_section;

pub use file_meta::*;
pub use file_record::*;
pub use md_block::*;
pub use md_heading::*;
pub use md_section::*;

// endregion: --- Modules