Daily Archives: 2017-06-23

Rust: Looping on a member variable without mutably borrowing self

The Story Late last night, I stumbled upon a rather clever hack in one of my Rust projects. I’d been working on an iterator which implements grapheme-aware CamelCase word-splitting when I decided to do some cleanup and ran cargo clippy … Continue reading

Posted in Geek Stuff | 1 Comment