A Rust match made in hell
https://fasterthanli.me/articles/a-rust-match-made-in-hell
·
I often write pieces that showcase how well Rust can work for you, and how itcan let you build powerful abstractions, and prevents you from making a bunch ofmistakes.
If you read something like Som...