wezterm: A GPU-accelerated terminal emulator and multiplexer written in Rust

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust – wez/wezterm… Read more

Similar

Rust’s Vector

This is the 9th post in the Start Rust focus series. I’ll be honest: I initially wanted to describe all collections available in Rust as well as their related concepts. Then, I started to dig a bit into it, and I decided it would have been (much) too long... (more…)

Read more »

Libbpf-rs: eBPF for the Rust ecosystem

libbpf-rs provides safe Rust bindings to libbpf as well as a cargo plugin to help you develop “Compile Once - Run Everywhere” eBPF applications. Use libbpf-rs over BCC to produce smaller, more efficient, and more predictable applications. (more…)

Read more »