xeo 0.1.5

Rust-Based Web-Framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "xeo"
version = "0.1.5"
edition = "2021"
authors = ["Even Garli <Garlieven@gmail.com>"]
description = "Rust-Based Web-Framework"
license = "MIT"
readme = "readme.md"
repository = "https://github.com/evengarli/xeo"
homepage = "https://xeo.rs"

[dependencies]
httparse = "1.10.1"