Projects
Personal engineering projects. Not commercial products — things built for their own sake.
- framed-codec — Cancel-safe, zero-allocation length-prefixed framing for tokio byte streams. Fully tested, runnable demo. (source hosted here)
- backpressure-pipeline — Bounded fan-out with an explicit drop-oldest/drop-newest load-shed policy and leak-free structured shutdown. (source hosted here)
- quick_webRTC — exploratory from-scratch browser video chat over a hand-rolled Axum WebSocket signaling server. (GitHub)
- async-rs — hands-on async-Rust internals: custom executor, epoll reactor, green threads, pinning. (GitHub)