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
- Host: GitHub
- URL: https://github.com/corrode/filefilter
- Owner: corrode
- Created: 2023-11-25T23:29:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T22:44:23.000Z (over 2 years ago)
- Last Synced: 2025-01-06T18:25:24.234Z (over 1 year ago)
- Topics: idiomatic-rust
- Language: Rust
- Homepage: https://corrode.dev/blog/paradigms/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.