qndr-0.1.2 has been yanked.
QNDR - Quick and Dirty Regex
Simple and useful methods for simple String / Regex operations.
QNDR exports just one trait. Once this trait is implemented by some struct it gets (25 something) simple and useful methods for simple regex operations of strings. Has no dependencies.
Example
please see the documentation for details of methods
use Qndr;
// This is all the magic you need!!!!
23-oct-2021
This is very simple but useful crate. Main purpose of this package is for teaching and educational purposes. All the documents and tests are well maintained. Incase of any problem please contact me and I will take care of it. You are encouraged to look at the code and point out any problems or errors. I will add features only if they are very valid.