Replacements for existing software written in Rust

A curated list of replacements for existing software written in Rust – TaKO8Ki/awesome-rewrite-it-in-rust… Read more

Similar

Rust Error Handling Survey

Rust's error handling is a pleasure to use thanks to the Result type. It ensures Rust's error handling is always correct, visible, and performant. And with the addition of the ? operator in Rust 1.13, and the addition of return types from main in Rust 1.2... (more…)

Read more »