j-agent 12.10.56

Agent engine library for j-cli and j-gui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod definition;
pub mod executor;
pub mod manager;
pub mod types;

#[cfg(test)]
mod tests;

// Re-export all public items used by external modules
pub use definition::HookDef;
pub use manager::HookManager;
pub use types::{HookContext, HookEvent, HookFilter, HookResult, HookType, OnError};