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.84k stars 352 forks source link

Add Sealed trait pattern #354

Closed rbran closed 1 year ago

simonsan commented 1 year ago

I like it, I skimmed over it and it looks like a good addition to this repository. Maybe others, e.g. @neithernut and/or @pickfire can give it a read as well to leave some always valued feedback. So we can merge it next week.

simonsan commented 1 year ago

@rbran Could you please rebase on main, we just merged our refactoring efforts to support translations. Basically SUMMARY.md and the other markdown files are moved into ./src/**/{file}. Cheers.