Projects
Open source projects I’ve worked on.
Heph
Heph is an actor framework for Rust based on asynchronous functions.
Source: https://github.com/Thomasdezeeuw/heph.
A10
Library safely exposing the io_uring API.
Source: https://github.com/Thomasdezeeuw/a10.
Std-logger
A logging implementation for the log crate that logs messages to standard error and requests to standard out.
Source: https://github.com/Thomasdezeeuw/std-logger.
Stored
Stored: a distributed immutable blob store.
Source: https://github.com/Thomasdezeeuw/stored. Note: no longer actively developed.
Mio
I/O library for non-blocking APIs and event notification.
Source: https://github.com/tokio-rs/mio.
Socket2
Library for advanced configuration options for sockets.
Source: https://github.com/rust-lang/socket2.