barbacane 0.8.0

Barbacane data plane — spec-driven API gateway
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Barbacane data plane library.
//!
//! This library exposes internal modules for testing purposes.
//! The main entry point is the `barbacane` binary.

pub mod admin;
pub mod control_plane;
pub mod dev;
pub mod hot_reload;
pub mod mcp;
pub mod router;
pub mod validator;