If you have a background in Python, Java or C++, you're probably used to
raising exceptions if something goes wrong. Rust doesn't have exceptions.
The official Rust book has a
comprehensive chapter on error handling,
but the TL;DR is we should probably us...
Read more »
In this design meeting there was a discussion about the syntax to use for returning early with an error. The considered keywords were fail, throw, raise, yeet. I couldn't find any more recent discussion. π‘π‘ Essentially, this is syntactic sugar for Err(... (more…)
Read more »
Deploy Rust apps with a single Cargo command. Contribute to shuttle-hq/shuttle development by creating an account on GitHub. (more…)
Read more »
grpc-rust - Rust implementation of gRPC (not ready yet)...
Read more »
Antialiased 2D vector drawing library written in Rust - femtovg/femtovg... (more…)
Read more »