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