Explore >> Select a destination


You are here

donsz.nl
| | programming.dev
8.4 parsecs away

Travel
| | > Instead of emitting one giant crate containing everything, we tweaked our SQL-to-Rust compiler to split the output into many smaller crates. Each one encapsulating just a portion of the logic, neatly depending on each other, with a single top-level main crate pulling them all in.
| | smallcultfollowing.com
8.5 parsecs away

Travel
| |
| | lanziani.com
5.0 parsecs away

Travel
| | How to write a better command line interface with python. Writing the Nth python shell script I found myself looking again at the documentation of argparse, A NIGHTMARE. After 15 minutes spent trying to understand how to use it, I gave up.
| | os.phil-opp.com
29.7 parsecs away

Travel
| In this post, we explore cooperative multitasking and the async/await feature of Rust. We take a detailed look at how async/await works in Rust, inclu