shwild 0.1.3

**shwild** is a small, standalone library, implemented in C++ with a C and a C++ API, that provides shell-compatible wildcard matching. **shwild.Rust** is a **Rust** port, with minimal API differences. The design emphasis is on simplicity-of-use, modularity, and performance.
Documentation
# shwild.Rust - TODO <!-- omit in toc -->


## Table of Contents <!-- omit in toc -->

- [Functional improvements]#functional-improvements
- [Performance improvements]#performance-improvements


## Functional improvements

* [ ] **no-std**;
* [ ] ...;


## Performance improvements

* [ ] special cases (for compiled only) such as `"*brown*"` could just be `strstr()`;
* [ ] ...;


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