rustring_builder 0.1.0

A Rust string builder
Documentation

String Builder

Description

This is a simple string builder class that allows you to build a string using a fluent interface. It is useful for building SQL queries or other strings that require a lot of concatenation.

Examples

Example can be found in the examples directory. Run 'cargo run --example string_builder_example' to see it in action.