string-builder
This crate is a simple string builder 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