zyphrs

Crates.iozyphrs
lib.rszyphrs
version0.0.1
created_at2025-10-17 23:17:08.380728+00
updated_at2025-10-17 23:17:08.380728+00
descriptionA fast, cache-enabled HTTP server framework built on Hyper and Tokio.
homepage
repository
max_upload_size
id1888568
size51,804
(kinshuksinghbist)

documentation

README

zyphrs

A multithreaded, cache-enabled HTTP server framework built on Hyper and Tokio.

Features

  • In-memory cache with TTL and cleanup
  • Route generation and dispatch
  • Graceful shutdown
  • Easy configuration

Usage

Add zyphrs to your Cargo.toml:

dependencies = [
    zyphrs = "0.0.1"
]

See src/main.rs for a usage example.

License

MIT

Commit count: 0

cargo fmt