pyo3/examples/word-count
2017-07-26 09:18:50 -07:00
..
src update word count example 2017-07-26 09:18:50 -07:00
tests
word_count
.gitignore
Cargo.toml
README.md
setup.py

word-count

Build

python setup.py install

Usage

from word_count import search

search('path/to/file', 'word')