Crate shwild

Source

Macros§

shwild_matches
Defines the macro shwild_matches!().

Structs§

CompiledMatcher
Type that holds a compiled match pattern, against which multiple strings may be evaluated.

Enums§

Error
Represents parsing result.

Constants§

IGNORE_CASE
Causes matching to ignore case.

Functions§

matches
Determines whether the given input matches the given pattern, according to the given flags.

Type Aliases§

Result
A specialized Result type for shwild.