string_manipulation 0.1.5

A crate for string manipulation. To use the features of this crate, put "extern crate string_manipulation; use crate::string_manipulation::StringManipulation;" in your Rust file.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "string_manipulation"
version = "0.1.5"
authors = ["LJ Germain"]
edition = "2018"
description = "A crate for string manipulation. To use the features of this crate, put \"extern crate string_manipulation;\nuse crate::string_manipulation::StringManipulation;\" in your Rust file."
license = "MIT"

[dependencies]