Like most programming languages, Rust encourages the programmer to handle
errors in a particular way. Generally speaking, error handling is divided into
two broad categories: exceptions and return values. Rust opts for return
values. (more…)
Read more »
Scan your Rust crate for semver violations. Contribute to obi1kenobi/cargo-semver-checks development by creating an account on GitHub. (more…)
Read more »
I've recently been working on a Rust course for the Qvault app. In order to write a more engaging course, I want students to be able to write and execute code... (more…)
Read more »
Create PDF with Markdown files (a md to pdf transpiler) - theiskaa/mdPdf... (more…)
Read more »