An open API service indexing awesome lists of open source software.

https://github.com/corrode/filefilter

Example code for the article on language patterns in Rust
https://github.com/corrode/filefilter

idiomatic-rust

Last synced: over 1 year ago
JSON representation

Example code for the article on language patterns in Rust

Awesome Lists containing this project

README

          

# FileFilter

Example code for the [article on language patterns in Rust](https://corrode.dev/blog/paradigms/).
For demonstration purposes only; use [WalkDir](https://github.com/BurntSushi/walkdir) for production.