#string #pad #reverse #extension #programming-language

ext-string

An attempt to extend rust String struct with functionality from other programming languages

2 releases

0.1.5 May 15, 2020
0.1.3 May 27, 2019
0.1.2 May 26, 2019
0.1.1 May 26, 2019
0.1.0 May 26, 2019

#504 in Programming languages

MIT license

11KB
173 lines

ext-string Build Status

This is an attempt to bring in string functionality from other known languages and well known libraries to Rust String struct.

HELP ME!!

I'm a total Rust noob, so if you know better ways to do any of this code, open an issue or a PR.

License

MIT


lib.rs:

ExtString is an attempt to bring string functions from other programming languages to the Rust std String struct

Dependencies

~555KB