seankerr / rust-http-box
Fast push/callback oriented HTTP parser
☆15Updated last year
Alternatives and similar repositories for rust-http-box:
Users that are interested in rust-http-box are comparing it to the libraries listed below
- A structure for holding a set of enum variants☆20Updated 5 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- ☆58Updated 5 months ago
- A simple library to send ntp requests and receive responses☆29Updated 3 years ago
- A thread pool for rust/tokio that can process file requests and send data to the socket with zero copy (using sendfile)☆27Updated 7 years ago
- A drop-in replacement for Rust's std::BufReader, with extra features☆38Updated 2 years ago
- A fuzzing tool for incremental compilation that walks git history☆32Updated 6 years ago
- Migration tool for replacing await! macro with await syntax.☆40Updated 4 years ago
- A pool of reusable values☆50Updated 5 years ago
- Blazing fast, zero-copy parser combinator library for Rust with an elegant API for both strings and bytes.☆21Updated 3 years ago
- To futures-lite as futures-lite is to futures: smaller.☆53Updated last month
- Unix signal handling for tokio☆87Updated 6 years ago
- Derive for the Display trait☆51Updated 6 years ago
- Faster, more flexible and more correct alternative to core::fmt☆39Updated 4 years ago
- Flexible, stand-alone benchmarking☆17Updated 6 years ago
- Unix Domain Sockets for mio☆28Updated 4 years ago
- dynamic smart pointers☆31Updated 5 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust