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-Style Futures in C

All networking applications essentially boil down to stringing together multiple asynchronous calls in the right way. Traditionally for programs written in C this would be done through registering callbacks where the callee either handles the event itself... (more…)

Read more »

Drums, Rust, WASM and a Bevy

My Rusty journey has been off to a slow start this year. Predictable, somewhat, but the combination of my 8-month old’s sleep regression alongside my wife’s business at work (she’s in compensation, and it’s end-of-year review time) has hit my capacity to ... (more…)

Read more »

Rust for Windows v0.9

Rust for Windows v0.9 has recently been released and includes full consumption support, along with several other updates! With completed consumption support, you can now call any Windows APIs (past, present, and futur... (more…)

Read more »

Making Async Rust Reliable

Last year was an important year for Async Rust, culminating in the release of async fn in traits, one of Rust’s most long-awaited language features. I’m really proud of the work and expertise the Async Working Group has put in to this effort, and for the ... (more…)

Read more »