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 hot_reload;
9pub mod router;
10pub mod validator;