# rate-limit-core
## Description
This is a companion crate to [`rate-limit-macro`](https://crates.io/crates/rate-limit-macro) crate which provides the actual macro. The primary purpose of `rate-limit-core` crate is to provide tests.
## Features
- Tests for [`rate-limit-macro`](https://github.com/dkhokhlov/rate-limit-macro/macro) crate.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
rate-limit-core = "1"
```
## License
This project is licensed under the MIT License.
## Authors
- Dmitri Khokhlov <dkhokhlov@gmail.com>
## Repository
The source code repository is located at [https://github.com/dkhokhlov/rate-limit-macro](https://github.com/dkhokhlov/rate-limit-macro).
## Tests
This crate contains tests that verify the functionality of `rate-limit-macro` crate. To run the tests, use the following command:
```bash
cargo test
```
## See Also
- [`rate-limit-macro`](https://github.com/dkhokhlov/rate-limit-macro/tree/main/macro) - The actual `rate-limit-macro` crate.