> For the complete documentation index, see [llms.txt](https://rust-book.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rust-book.dewaka.com/todo.md).

# TODO

* [ ] String processing
  * [ ] Regex
  * [ ] Two way
* [ ] Concurrency
  * [ ] Actix actor model
* [ ] Parallelism
  * [ ] Rayon
* [ ] Services
  * [ ] GRPC services
  * [ ] REST web servcies
* [ ] Monitoring
  * [ ] Logging
  * [ ] Tracing
* [ ] Benchmarking   &#x20;
* [ ] Mocking   &#x20;
