pyo3/examples/word-count
2017-07-31 10:42:55 -07:00
..
src add prelude mod 2017-07-31 10:42:55 -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')