Rust FAQ

A systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Read more

Similar

The image library is now pure Rust

Yesterday, oyvindln made a PR to image-png to replace flate2 with deflate, a DEFLATE and zlib encoder written in safe rust. The PR was merged, and currently I am ecoing the new version in the Piston ecosystem.

Read more »

Fragment Specifiers in Rust Macros

Rust macros seemed like an enigma when I first saw it, but once I started understanding it a bit, it’s not all that bad! “Fragment specifiers” are what you see as the “type” of an argument that you might see in the invocation of the macro. The most common... (more…)

Read more »