sharkdp / hexyl

A command-line hex viewer
Apache License 2.0
8.92k stars 227 forks source link

Implement builder pattern #167

Closed sharifhsn closed 1 year ago

sharifhsn commented 1 year ago

As discussed in my previous pull request, this pull request deprecates using the new method directly on the Printer struct, preferring the PrinterBuilder struct for the builder pattern. This is a breaking change for hexyl as a library.