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.
- Tests for
rate-limit-macro
crate.
Add this to your Cargo.toml
:
[dependencies]
rate-limit-core = "1"
This project is licensed under the MIT License.
- Dmitri Khokhlov [email protected]
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 actualrate-limit-macro
crate.