A guide to error handling in Rust. The first half introduces Rust's language features and libraries for error handling. The second half should help you make good error handling code in your Rust programs. (more…)
Read more »
An overview of the Rocket web framework for rust. - Type Safe - Boilerplate Free - Easy to use - Extensible Including examples: - Create a Hello World servic... (more…)
Read more »
I’m a bit reluctant writing this, because it’s about a controversial and
sensitive topic. Yet, after two days of sleeping on it, I hope this’ll hopefully
not cause any more heated discussions and may help some mutual understanding. (more…)
Read more »
snatch - A simple, fast and interruptable download accelerator, written in Rust...
Read more »
lettre is a library to send emails over
SMTP from our Rust applications. Like many other crates in the growing,
but still young Rust ecosystem, it is still a work in progress. But while
there are a few features missing from lettre, we can send some emails...
Read more »