Update README

This commit is contained in:
Matt Nadareski
2024-04-04 12:42:05 -04:00
parent ead32b3422
commit 5956e15486

View File

@@ -1,5 +1,5 @@
# SabreTools.Printing
This library comprises of code to output human-readable representations of various (usually binary) models. All of the classes here are `static` and utilize `StringBuilder`.
This library comprises of code to output human-readable representations of various (usually binary) models. All of the classes here implement the `IPrinter` interface to associate them with a top-level model and utilize `StringBuilder` within `static` implementations.
Find the link to the Nuget package [here](https://www.nuget.org/packages/SabreTools.Printing).