24 days of Rust – error_chain

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…

Similar

Philosophies of Rust and Haskell

As regular users of both Rust and Haskell, the FP Complete engineering team often discusses the similarities and differences in these languages. In this post, we'll review some of the philosophical underpinnings of these languages. (more…)

Read more »

Solving Jigsaw Puzzle with Bare Rust

I participate in a lot of programming competitions and usually, if you show good results, organizers send you some prizes. Typically it is just t-shirts, but at some point, you have too many of them, so you had to make a bed cover from them. But sometimes... (more…)

Read more »

2017 State of Rust Survey

Rust’s second birthday is a little less than two weeks away (May 15th, 2017), so it’s time for us to reflect on our progress over the past year, and how we should plan for the future. The Rust Community Team is pleased to announce our 2017 State of Rust S... (more…)

Read more »

Rust in a KDE Project

While trying to implement a long planned feature, an ad block in Angelfish, the Plasma Mobile webbrowser, I was looking for a mostly complete and performant library that provides this functionality. (more…)

Read more »