rust-unofficial / patterns

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

Zipper #103

Open steven-joruk opened 3 years ago

steven-joruk commented 3 years ago

I came across this conversation which describes the zipper pattern which might be of interest.

simonsan commented 3 years ago

@steven-joruk Would you be interested in adding it to the repository?