# 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 ########################### -->