Crates.io | rate-limit-core |
lib.rs | rate-limit-core |
version | 1.0.3 |
source | src |
created_at | 2023-09-12 04:46:00.629932 |
updated_at | 2023-11-06 22:22:09.191878 |
description | This is a companion crate to `rate-limit-macro` with primary purpose to provide tests. |
homepage | |
repository | https://github.com/dkhokhlov/rate-limit-macro |
max_upload_size | |
id | 970447 |
size | 4,495 |
This is a companion crate to rate-limit-macro
crate which provides the actual macro. The primary purpose of rate-limit-core
crate is to provide tests.
rate-limit-macro
crate.Add this to your Cargo.toml
:
[dependencies]
rate-limit-core = "1"
This project is licensed under the MIT License.
The source code repository is located at https://github.com/dkhokhlov/rate-limit-macro.
This crate contains tests that verify the functionality of rate-limit-macro
crate. To run the tests, use the following command:
cargo test
rate-limit-macro
- The actual rate-limit-macro
crate.