shwild 0.2.2

Shell-compatible wildcard matching library (for Rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
# shwild.Rust - Examples <!-- omit in toc -->

| Name                            | Source & Description                                                                                                                    | Summary                                                                                                          |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| **list-matching-files**         | [Source]./examples/list-matching-files/main.rs<br/>[Description]./examples/list-matching-files.md                                   | Lists matching files using `shwild::matches()`.                                                                  |
| **list-matching-files-compiled** | [Source]./examples/list-matching-files-compiled/main.rs<br/>[Description]./examples/list-matching-files-compiled.md                 | Lists matching files using compiled `CompiledMatcher` instances.                                                |
| **character-play**              | [Scratch source]./test/scratch/character-play/main.rs<br/>[Description]./examples/character-play.md                                 | Exercises **regex** Unicode matching (requires feature `"test-regex"`).                                          |



<!-- ########################### end of file ########################### -->