| Crates.io | zyphrs |
| lib.rs | zyphrs |
| version | 0.0.1 |
| created_at | 2025-10-17 23:17:08.380728+00 |
| updated_at | 2025-10-17 23:17:08.380728+00 |
| description | A fast, cache-enabled HTTP server framework built on Hyper and Tokio. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1888568 |
| size | 51,804 |
A multithreaded, cache-enabled HTTP server framework built on Hyper and Tokio.
Add zyphrs to your Cargo.toml:
dependencies = [
zyphrs = "0.0.1"
]
See src/main.rs for a usage example.
MIT