Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit - a-b-street/abstreet... (more…)
Read more »
In a project I’ve been playing around with recently, we’ve encountered the dilemma where you want to make it easy for users to write their own application logic using the system but at the same time want to keep that logic decoupled from the implementatio... (more…)
Read more »
Context: https://mastodon.social/@bcantrill/110216526224065774Notes: https://github.com/oxidecomputer/oxide-and-friends/blob/master/2023_04_17.md... (more…)
Read more »
Luckily getting starting with testing Rust code is reasonably straightforward and no external libraries are needed. cargo test will run all test code in a Rust project. Units tests are added at the… (more…)
Read more »