rust-lang/annotate-snippets-rs

Make API more resilient to change by using Builder Pattern

epage opened this issue · 0 comments

epage commented

Currently, the API directly initializes structs. This makes it harder to evolve the API. We should switch to the builder pattern for creating snippets.