Underrust: What does vec![0u8; 1024] really do? March 29, 2024 software rust memory linux underrust How does Rust allocate a zeroed Vec and what does it cost?
Linux: What can you epoll? October 20, 2022 software linux epoll On Linux what can you turn into a file descriptor and then monitor with epoll?
A very small Rust binary indeed July 1, 2022 software rust linux Can we make a Rust program that's as small as it's assembler equivalent?