[−][src]Crate sub_strs
sub-strs
Project
- Repository: https://bitbucket.org/haibison/sub-strs
- License: Nice License 1.0.0 (see LICENSE file at root directory of
masterbranch) - This project follows Semantic Versioning 2.0.0
Features
- Simple function for finding sub strings within a string:
sub_strs(). - Case insensitive string:
CainStr. Glob/Globs.
Notes
The crate uses #![no_std] by default. Documentation is built with all features, which include std. If you see some components from
std crate, you have to use that feature.
Failures
Panics, missing documentation, missing tests... are my failures. It would help me a lot if you file new issues when you encounter such problems.
Thank you,
Modules
| version_info |
|
Structs
| CainStr | Case-insensitive string |
| Error | Error |
| Glob | Glob |
| Globs | Globs |
| SubStr | A sub string |
| SubStrIter | An iterator of |
Constants
| CODE_NAME | Crate code name |
| ID | ID of this crate |
| NAME | Crate name |
| RELEASE_DATE | Crate release date (year/month/day) |
| TAG | Tag, which can be used for logging... |
| VERSION | Crate version |
Functions
| sub_strs | Finds sub strings |
Type Definitions
| Result | Result type used in this crate |