ducta

Crates.ioducta
lib.rsducta
version0.2.0
created_at2026-01-21 03:41:49.441759+00
updated_at2026-01-21 19:52:53.729106+00
descriptionExperimental non-blocking HTTP server focused on explicit I/O state machines
homepage
repositoryhttps://github.com/enfmarinho/ducta
max_upload_size
id2058217
size37,547
Eduardo Marinho (enfmarinho)

documentation

README

Ducta

Ducta is an experimental, non-blocking HTTP server written in Rust.
It is designed as a learning-oriented systems project focused on explicit I/O state machines and manual connection management.

Status: Experimental This project is in early development. The API is unstable and the server is not production-ready.

Goals

  • Explore non-blocking network I/O in Rust
  • Implement an explicit per-connection state machine
  • Serve as a foundation for future work on epoll / io_uring backends

Future Goals

  • Full HTTP parsing
  • High-level routing
  • TLS support
  • Production performance guarantees

Usage

cargo run

Commit count: 25

cargo fmt