1//! Barbacane data plane library.
2//!
3//! This library exposes internal modules for testing purposes.
4//! The main entry point is the `barbacane` binary.
56pub mod admin;
7pub mod control_plane;
8pub mod dev;
9pub mod hot_reload;
10pub mod mcp;
11pub mod router;
12pub mod validator;