periplon 0.2.0

Rust SDK for building multi-agent AI workflows and automation
Documentation
1
2
3
4
5
6
7
// Middleware module

#[cfg(feature = "server")]
pub mod rate_limit;

#[cfg(feature = "server")]
pub use rate_limit::{rate_limit_middleware, RateLimiter};