drep-ai 2.3.0

A local commit gate: runs the linters your repo configures, and sends changed code to an LLM for review
Documentation
1
2
3
4
5
6
7
8
//! Unit tests for `Limiter`.
//!
//! Wired in via `#[cfg(test)] mod tests;` in `concurrency.rs`. Same orphan
//! caveat as `cache/tests/mod.rs`: a file under this directory that is not
//! declared here will not be compiled by `cargo test`, and appending
//! invalid Rust will not fail the build.

mod limiter;