Expand description
§sub-strs
§Project
- License: GNU Lesser General Public License, either version 3, or (at your option) any later version.
- 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
/GlobSet
.
§Notes
Documentation is built with all features. Some of them are optional. If you see components from other crates, you can view source to see what features are required.
Modules§
- version_
info 0.29.3
(December 10th, 2024)
Structs§
- CainStr
- Case-insensitive string
- Error
- Error
- Glob
- Glob
- GlobSet
- Glob set
- SubStr
- A sub string
- SubStr
Iter - An iterator of
SubStr
Enums§
- Order
- Order
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§
Type Aliases§
- Result
- Result type used in this crate