dbx-core 0.2.2

High-performance file-based database engine with 5-Tier Hybrid Storage
Documentation
1
2
3
4
5
6
7
8
9
//! EventHook System
//!
//! 이벤트 기반 자동화 훅 시스템 (Rust 클로저 기반)

pub mod core;
pub mod event;

pub use core::{EventHook, EventHookAction, EventHookCondition};
pub use event::{EventHookEvent, EventHookEventType};