string_builder

Unique growable UTF-8 construction. Appending is amortized O(total bytes), and finish transfers the allocation into an immutable String without copying.

API Reference

Structs

struct StringBuilder

Incrementally constructs one valid UTF-8 string in a unique growable buffer.