Adding string_concat library as a dependency

Run this command in a terminal, in your project's directory:

cargo add string_concat

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

string_concat = "0.0.1"

The string_concat library will be automatically available globally. Read the string_concat library documentation.

Back to the crate overview.