ducta 0.1.0

Experimental non-blocking HTTP server focused on explicit I/O state machines
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 6.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • enfmarinho/ducta
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • enfmarinho

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