Rust Programs Written in Rust

mustang is a system for writing Rust programs entirely in Rust, meaning
they don’t use libc, crt1.o, or any C code. It’s experimental, but it’s
complete enough to run a std-using Hello World and other simple programs
on Linux on x86-64, x86, and aarch64. Read more

Similar

Rewriting Waypipe in Rust

Waypipe is a proxy for Wayland applications, which makes it possible to run an application on a different computer but interact with it locally, as if it were actually running on the local computer. (Wayland is the slowly-improving window system protocol ... (more…)

Read more »

Rust superpowered DHCP CLI with rhai scripts

I’ve been working on cli tool for a little while called dhcpm (“m” for “mock” - link). It started as a cli tool for constructing & sending arbitrary DHCP messages. I had been looking for a tool that could build various dhcp (mostly v4) messages with d... (more…)

Read more »