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

Composing structs #2

Closed nrc closed 8 years ago

nrc commented 9 years ago

@nikomatsakis, do you have any suggestions for improving this description? Was this the pattern you had in mind?

nikomatsakis commented 8 years ago

This is roughly what I had in mind, yes. My main suggestion for improvement would be making a more realistic example -- I can go cast about to find something that's actually come up for me.

nikomatsakis commented 8 years ago

@nrc sorry for the delay, forgot about this :(

nrc commented 8 years ago

Cool, I'll merge then. Would be great to have a PR with a better example.