This is a companion crate to rate-limit-macro
. The primary purpose of rate-limit-core
is to provide tests for the rate-limit-macro
crate.
rate-limit-macro
.Add this to your Cargo.toml
:
toml
[dependencies]
rate-limit-core = "0.1.0"
This project is licensed under the MIT License.
The source code repository is located at https://github.com/logdna/logdna-agent-v2/tree/master/common/misc/rate-limit.
This crate contains tests that verify the functionality of rate-limit-macro
. To run the tests, use the following command:
bash
cargo test
rate-limit-macro
- The macro crate that this crate tests.