michaelwoerister/std-mangle-rs

Add Mangle and PrettyPrint trait

Closed this issue · 1 comments

Using traits instead of inherent methods allows

  • to abstract over the thing being processed and
  • to provide convenient default methods in the trait

Top-level functions seems to be sufficient for ergonomics. Closing.