aipack 0.8.23

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

mod icons;
mod ui_action_bar;
mod ui_err;
mod ui_log;
mod ui_marker;
mod ui_pin;

pub use icons::*;
pub use ui_action_bar::*;
pub use ui_err::*;
pub use ui_log::*;
pub use ui_marker::*;
pub use ui_pin::*;

// endregion: --- Modules