You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jim Blandy 1bd7691d47
Merge pull request #1 from carols10cents/updates
Make a few modernizations to spruce the project up a bit :)
3 years ago
src Remove `extern crate`s 3 years ago
.gitignore Initial commit. 7 years ago
Cargo.lock Cargo.lock noise changes. 5 years ago
Cargo.toml Update to edition 2018 3 years ago
LICENSE-MIT Add MIT license. 6 years ago
README.md Add MIT license. 6 years ago

README.md

fingertips: a simple search engine

This repository contains some example code from the book “Programming Rust”, by Jim Blandy and Jason Orendorff. Specifically, this holds the full code for the text indexer sketched in Chapter 19, “Concurrency”.

See the doc comments atop main.rs for a little more detail.

License

The example code in this directory and its subdirectories is licensed under the terms of the MIT license. See LICENSE-MIT for details.