xitca-web

Crates.ioxitca-web
lib.rsxitca-web
version
sourcesrc
created_at2023-12-29 03:32:27.308416+00
updated_at2025-03-18 17:25:22.638232+00
descriptionan async web framework
homepage
repositoryhttps://github.com/HFQR/xitca-web
max_upload_size
id1082945
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(fakeshadow)

documentation

README

A composable Rust async web framework

Features

  • 100% safe Rust
  • composable API that satisfy high level usage and can be easily extended to and/or mixed with mid/low level
  • static typed with minimal usage of runtime dynamic type casting
  • minimal dependency tree and fast compile time
Commit count: 1381

cargo fmt