Crate sub_strs

Crate sub_strs 

Source
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

§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
SubStrIter
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§

has_all
Checks if string s has all sub strings in given order
sub_strs
Finds sub strings

Type Aliases§

Result
Result type used in this crate