rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
8.11k stars 375 forks source link

Add another example to the mem::replace idiom #45

Closed llogiq closed 7 years ago

llogiq commented 7 years ago

This fixes #38

lambda-fairy commented 7 years ago

Looks good to me. I'll go ahead and merge this.