Skip to content

Commit 36531c4

Browse files
committed
Add ratelimit feature to library docs
1 parent f9fb7ec commit 36531c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

foundations/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
//! - **metrics**: Enables metrics functionality.
3535
//! - **logging**: Enables logging functionality.
3636
//! - **tracing**: Enables distributed tracing functionality.
37+
//! - **ratelimit**: Enables helpers to simplify rate-limiting your code.
3738
//! - **testing**: Enables testing-related functionality.
3839
//! - **security**: Enables security features. Available only on Linux (x86_64, aarch64) with the `libclang-dev` package installed (for bindgen).
3940
//! - **jemalloc**: Enables [jemalloc] memory allocator which is known to perform much better than

0 commit comments

Comments
 (0)