pyo3/examples/word-count
konstin 4013d40897 Add `py` prefix to the proc macros and move them into the root module
This is important because `proc_macro_path_invoc` isn't going to be stabilized soon.
2018-07-08 23:33:48 +02:00
..
src Add `py` prefix to the proc macros and move them into the root module 2018-07-08 23:33:48 +02:00
tests
word_count
Cargo.toml do not use workspaces 2018-01-19 10:18:57 -08:00
README.md
setup.py Fix tests 2018-06-14 16:20:55 +02:00

README.md

word-count

Build

python setup.py install

Usage

from word_count import search

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