rxpress 0.2.0

rxpress is an open-source server library in Rust similar to express in NodeJS. Built from the ground up with a focus on learning and building modern HTTP servers.
Documentation
[dependencies]

[lib]
name = "rxpress"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "rxpress is an open-source server library in Rust similar to express in NodeJS. Built from the ground up with a focus on learning and building modern HTTP servers."
edition = "2024"
license = "MIT"
name = "rxpress"
readme = "README.md"
version = "0.2.0"