pyo3/examples/word-count
2018-07-18 13:08:05 +02:00
..
src Upgrade from proc_macro to use_extern_macros 2018-07-18 13:08:05 +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')