pyo3/examples/word-count
2018-07-03 20:42:02 +02:00
..
src Get rid of #[py*] methods 2018-07-03 20:42:02 +02:00
tests
word_count
Cargo.toml
README.md
setup.py

word-count

Build

python setup.py install

Usage

from word_count import search

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