astrid-events 0.6.0

Event bus for Astrid secure agent runtime
Documentation
1
2
3
4
5
6
//! IPC types — re-exported from `astrid-types` with runtime additions.

// Re-export everything from astrid-types::ipc
pub use astrid_types::ipc::*;

pub use crate::rate_limiter::IpcRateLimiter;