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.
- Host: GitHub
- URL: https://github.com/hedon954/devkit-rs
- Owner: hedon954
- License: mit
- Created: 2024-09-06T07:12:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T05:03:58.000Z (about 1 year ago)
- Last Synced: 2025-01-21T22:12:51.573Z (about 1 year ago)
- Topics: developer-tools, devkit, rate-limiting, rust, rust-crate
- Language: Rust
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.