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