From 5b8196e8bea52b17341ce3f92aec4635134eac03 Mon Sep 17 00:00:00 2001 From: Sam Shih Date: Fri, 17 Jun 2022 07:27:17 +0000 Subject: [PATCH] 0.3.0 update - rate-limiter feature --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- README.md | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b04be68..7b98a3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,7 +197,7 @@ dependencies = [ [[package]] name = "gcra" -version = "0.2.0" +version = "0.3.0" dependencies = [ "chrono", "thingvellir", diff --git a/Cargo.toml b/Cargo.toml index 41b7bc8..b6bf0d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "gcra" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Sam Shih "] 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 = [] diff --git a/README.md b/README.md index dc4d42d..eb41502 100644 --- a/README.md +++ b/README.md @@ -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