[−][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().
Modules
| version_info |
|
Structs
| CainStr | Case-insensitive string (borrowed) |
| CainString | Case-insensitive string (owned) |
| SubStrs | Sub strings |
Constants
| CODE_NAME | Crate code name |
| NAME | Crate name |
| RELEASE_DATE | Crate release date (year/month/day) |
| TAG | Tag, which can be used for logging... |
| UUID | Unique universally identifier of this crate |
| VERSION | Crate version |
Functions
| sub_strs | Finds sub strings |