aegon-types 0.1.0

Core domain types for Aegon. Not intended for direct use outside the workspace.
Documentation
1
2
3
4
5
6
7
//! The central event types that flow through the Aegon pipeline.

mod kind;
mod log_event;

pub use kind::EventKind;
pub use log_event::LogEvent;