rate-limit-core

Description

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.

Features

Usage

Add this to your Cargo.toml:

toml [dependencies] rate-limit-core = "0.1.0"

License

This project is licensed under the MIT License.

Authors

Repository

The source code repository is located at https://github.com/logdna/logdna-agent-v2/tree/master/common/misc/rate-limit.

Tests

This crate contains tests that verify the functionality of rate-limit-macro. To run the tests, use the following command:

bash cargo test

See Also