An essay of checked exceptions in Rust

Two years ago I started the cex project to support checked exceptions in Rust. After eating my own dog food, I’d like to share some thoughts – with little code and more like an essay. Checked exceptions provide code-as-documentation #[cex] pub fn foo()… Read more

Similar

Efficient custom shapes in QtQuick with Rust

One of the advantages of QWidgets when building a Qt application is the ability to build in a simple way custom widgets with the QPainter API. This gives the Qt developer almost total freedom to implement complex geometries for their widgets. On the other... (more…)

Read more »