ironclaw 0.22.0

Secure personal AI assistant that protects your data and expands its capabilities on the fly
Documentation
1
2
3
4
5
6
//! WASM-tool rate limiting — re-exports the shared rate limiter.
//!
//! The implementation lives in `crate::tools::rate_limiter`. WASM host
//! functions import the types from here so existing call-sites don't change.

pub use crate::tools::rate_limiter::{LimitType, RateLimitError, RateLimitResult, RateLimiter};