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

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.

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