https://github.com/freddiehaddad/rustle
A grep-like program developed over the course of the Fast Track to Rust book.
https://github.com/freddiehaddad/rustle
Last synced: 2 months ago
JSON representation
A grep-like program developed over the course of the Fast Track to Rust book.
- Host: GitHub
- URL: https://github.com/freddiehaddad/rustle
- Owner: freddiehaddad
- License: mit
- Created: 2025-01-15T02:44:51.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-01-27T00:58:43.000Z (9 months ago)
- Last Synced: 2025-07-25T09:59:19.298Z (3 months ago)
- Language: Rust
- Homepage: https://github.com/freddiehaddad/fast-track-to-rust
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast Track to Rust
This Rustle GitHub repository contains the source code for the Rustle program,
developed over the course of the [Fast Track to Rust] book.The [`mpsc`] branch holds the completed solution for the asynchronous
multithreaded exercise.## Why the Name Rustle?
It's a play on the word "rust" and the sound of leaves rustling, suggesting the
program's ability to search through data efficiently.## Contact
For questions or comments, please start a [discussion on GitHub].
[discussion on github]: https://github.com/freddiehaddad/rustle/discussions
[fast track to rust]: https://freddiehaddad.github.io/fast-track-to-rust
[`mpsc`]: https://github.com/freddiehaddad/rustle/tree/mpsc