An open API service indexing awesome lists of open source software.

https://github.com/hedon954/devkit-rs

devkit-rs is a collection of various Rust solutions and tools designed to help developers solve common problems and enhance their applications efficiently. This repository provides ready-to-use code snippets, utilities, libraries, and best practices for Rust programming.
https://github.com/hedon954/devkit-rs

developer-tools devkit rate-limiting rust rust-crate

Last synced: 6 months ago
JSON representation

devkit-rs is a collection of various Rust solutions and tools designed to help developers solve common problems and enhance their applications efficiently. This repository provides ready-to-use code snippets, utilities, libraries, and best practices for Rust programming.

Awesome Lists containing this project

README

          

# devkit-rs

`devkit-rs` is a collection of various Rust solutions and tools designed to help developers solve common problems and enhance their applications efficiently. This repository provides ready-to-use code snippets, utilities, libraries, and best practices for Rust programming.

- [devkit-go](https://github.com/hedon954/devkit-go)

## Tools

### devkit-rl(Rate Limiter)

- [x] Token Bucket
- [x] Leaky Bucket
- [x] Fixed Window
- [x] Sliding Window Log
- [x] Sliding Window Count

### devkit-ds(Data Structures)

- [x] Stack
- [x] is_parenthesis_matching
- [x] base_converter

- [ ]

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.