pyo3/examples/word-count-cls
2018-05-01 15:44:38 +02:00
..
src Fix compilation on nightly 2018-05-01 15:44:38 +02:00
tests
word_count_cls
Cargo.toml
README.md
setup.py

word-count

Build

python setup.py install

Usage

from word_count_cls import WordCounter

WordCounter('path/to/file').search('word')