#rate-limiting #testing #primary #companion #cargo #rate-limit-macro

rate-limit-core

This is a companion crate to rate-limit-macro with primary purpose to provide tests

4 releases (stable)

1.0.3 Nov 6, 2023
1.0.1 Sep 12, 2023
0.1.0 Sep 12, 2023

#6 in #companion

MIT license

4KB

rate-limit-core

Description

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.

Features

Usage

Add this to your Cargo.toml:

[dependencies]
rate-limit-core = "1"

License

This project is licensed under the MIT License.

Authors

Repository

The source code repository is located at 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:

cargo test

See Also

Dependencies

~320–770KB
~18K SLoC