tokio-cegla

Crates.iotokio-cegla
lib.rstokio-cegla
version0.1.2
created_at2026-01-24 08:02:11.331616+00
updated_at2026-01-24 11:34:40.177771+00
descriptionTokio-based runtime support for `cegla-*` crates.
homepage
repositoryhttps://github.com/ferronweb/cegla
max_upload_size
id2066377
size13,439
Rust crate owners (github:ferronweb:rust-crate-owners)

documentation

https://docs.rs/tokio-cegla

README

cegla - a library for Rust implementing CGI (and CGI-like protocols)

cegla is a library for Rust that implements CGI (and CGI-like protocols).

Components

  • cegla - a low-level parsing library for CGI (and CGI-like protocols)
  • cegla-cgi - a high-level CGI implementation for Rust
  • cegla-scgi - a high-level SCGI implementation for Rust
  • tokio-cegla - Tokio-based runtime support for cegla-* crates

High-level FastCGI implementation is coming soon.

Examples

You can find example code in the examples directory in the repository.

License

This project is licensed under the MIT License.

Commit count: 21

cargo fmt