pyo3/examples/word-count-cls
2017-11-18 07:07:45 -10:00
..
src enable const_align_of future 2017-11-18 07:07:45 -10:00
tests
word_count_cls
.gitignore
Cargo.toml
README.md
setup.py

word-count

Build

python setup.py install

Usage

from word_count_cls import WordCounter

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