This crate is a indented_text_writer type allowing you to append anything that satisfies the
ToBytes trait to it. This includes things such as string slices, owned strings, byte slices,
and characters for example.
like : C#
Example
write code:
use IndentedTextWriter;
Result:
forked by https://github.com/gsquire/string-builder
License
MIT