Skip to content

Procedural macro that provides a simple way to rate-limit blocks of code

License

Notifications You must be signed in to change notification settings

dkhokhlov/rate-limit-macro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Procedural macro that provides a simple way to rate-limit blocks of code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages