appendreturn 0.1.0

Rust's `.push_str()` method for `String` does not return the resulting value. This crate fixes that by providing a new trait method for String. Just import this crate, then call `.append_and_return()` on a String
Documentation
[dependencies]

[lib]
name = "appendreturn"
path = "src/lib.rs"

[package]
authors = ["Jonathan A. McCormick, Jr."]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust's `.push_str()` method for `String` does not return the resulting value. This crate fixes that by providing a new trait method for String. Just import this crate, then call `.append_and_return()` on a String"
documentation = "https://github.com/JonathanMcCormickJr/appendreturn"
edition = "2024"
homepage = "https://github.com/JonathanMcCormickJr/appendreturn"
license = "Unlicense"
name = "appendreturn"
readme = "README.md"
repository = "https://github.com/JonathanMcCormickJr/appendreturn"
version = "0.1.0"