Skip to content

Commit

Permalink
0.3.0 update
Browse files Browse the repository at this point in the history
- rate-limiter feature
  • Loading branch information
lytefast committed Jun 17, 2022
1 parent 727daae commit 5b8196e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "gcra"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Sam Shih <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/lytefast/gcra-rs"
homepage = "https://github.com/lytefast/gcra-rs"
description = "A basic implementation of GCRA algorithm"
keywords = ["rate-limit"]
description = "A basic implementation of GCRA algorithm for rate limiting"
keywords = ["rate-limit", "rate", "limit", "gcra"]

[features]
default = []
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![Build Status](https://travis-ci.com/lytefast/gcra.svg?branch=master)](https://travis-ci.com/lytefast/gcra)
[![License](https://img.shields.io/github/license/lytefast/gcra.svg)](LICENSE)
[![Documentation](https://docs.rs/gcra/badge.svg)](https://docs.rs/gcra/)
[![crates.io](https://img.shields.io/crates/v/gcra.svg)](https://crates.io/crates/gcra)

# GCRA: A basic implementation

Library which implements the core
Expand Down

0 comments on commit 5b8196e

Please sign in to comment.