3400 words and 10 footnotes of me complaining about Rust. You know you wanna read it. https://blog.appliedcomputing.io/p/plumbing-the-depths-of-the-rust-mines #rust #rustlang #software #engineering
@d05bf930 " I really wish that Rust would just auto-discover tests wherever you happen to put them" You can annotate any function with #[test] and Rust will run it as a test. It doesn't have to be in a test module.