rate-limit-core

Crates.iorate-limit-core
lib.rsrate-limit-core
version1.0.3
sourcesrc
created_at2023-09-12 04:46:00.629932
updated_at2023-11-06 22:22:09.191878
descriptionThis is a companion crate to `rate-limit-macro` with primary purpose to provide tests.
homepage
repositoryhttps://github.com/dkhokhlov/rate-limit-macro
max_upload_size
id970447
size4,495
Dmitri Khokhlov (dkhokhlov)

documentation

README

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

Commit count: 4

cargo fmt