https://github.com/suchapalaver/spike-poem-ratelimit
https://github.com/suchapalaver/spike-poem-ratelimit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/suchapalaver/spike-poem-ratelimit
- Owner: suchapalaver
- Created: 2024-06-05T16:46:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T16:55:41.000Z (over 1 year ago)
- Last Synced: 2025-01-20T00:54:11.206Z (11 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spike `poem-ratelimit`!
Uses a fork of `poem-ratelimit` that uses the latest version of `poem`:
```toml
[dependencies]
poem-ratelimit = { git = "https://github.com/suchapalaver/poem-ratelimit.git" }
```
Uses [`testcontainers`](https://github.com/testcontainers/testcontainers-rs)
to spin up a Redis instance for testing.