ext-string 0.1.0

An attempt to extend rust String struct with functionality from other programming languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ext-string"
version = "0.1.0"
authors = ["Robert Ferentz <RobiFerentz@gmail.com>"]
edition = "2018"
repository = "https://github.com/RobiFerentz/ext-string"
keywords = ["string", "extension", "pad", "reverse"]
description = "An attempt to extend rust String struct with functionality from other programming languages"
maintenance = { status = "experimental" }
license = "MIT"

[dependencies]