The C2Rust project is all about translating C code into an equivalent, drop-in ABI-compatible Rust implementation. (Read our C2Rust introductory blog post here.) Along the way we’ve uncovered some dark corners of C as it’s written in p... (more…)
Read more »
Rust is a relatively new system programming language that has been
experiencing a rapid adoption in the past 10 years. Rust incorporates a memory
ownership model enforced at a compile time. Since this model involves zero
runtime overhead, programs written... (more…)
Read more »
SeaHash: A blazingly fast, portable hash function with proven statistical guarantees.
Read more »
SQLite clone from scratch in Rust. Contribute to joaoh82/rust_sqlite development by creating an account on GitHub. (more…)
Read more »
A simple no_std font parser and rasterizer. Contribute to mooman219/fontdue development by creating an account on GitHub. (more…)
Read more »