There was an error while loading. Please reload this page.
1 parent f9fb7ec commit 36531c4Copy full SHA for 36531c4
1 file changed
foundations/src/lib.rs
@@ -34,6 +34,7 @@
34
//! - **metrics**: Enables metrics functionality.
35
//! - **logging**: Enables logging functionality.
36
//! - **tracing**: Enables distributed tracing functionality.
37
+//! - **ratelimit**: Enables helpers to simplify rate-limiting your code.
38
//! - **testing**: Enables testing-related functionality.
39
//! - **security**: Enables security features. Available only on Linux (x86_64, aarch64) with the `libclang-dev` package installed (for bindgen).
40
//! - **jemalloc**: Enables [jemalloc] memory allocator which is known to perform much better than
0 commit comments