Efficiently escaping strings using Cow in Rust
This is a handy pattern to use for efficiently escaping text, and it's also a good demonstration of Rust's Cow ๐ type. (more…)
Read more »
Pattern matching and exhaustiveness checking algorithms implemented in Rust – GitHub – yorickpeterse/pattern-matching-in-rust: Pattern matching and exhaustiveness checking algorithms implemented in… Read more