项目作者: ProgrammingRust

项目描述 :
Rust代码,用于为文本文件集构建倒排索引。
高级语言: Rust
项目地址: git://github.com/ProgrammingRust/fingertips.git
创建时间: 2017-06-19T22:47:53Z
项目社区:https://github.com/ProgrammingRust/fingertips

开源协议:MIT License

下载


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.