pyo3/examples/word-count
dependabot[bot] 026b32e64c
Update rayon requirement to 1.0
Updates the requirements on [rayon](https://github.com/rayon-rs/rayon) to permit the latest version.
- [Release notes](https://github.com/rayon-rs/rayon/releases)
- [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md)
- [Commits](https://github.com/rayon-rs/rayon/commits/v1.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-07-27 15:16:28 +00:00
..
src Upgrade from proc_macro to use_extern_macros 2018-07-18 13:08:05 +02:00
tests
word_count #[pymodinit] now uses the function name as default module name 2018-07-10 00:13:02 +02:00
Cargo.toml Update rayon requirement to 1.0 2018-07-27 15:16:28 +00:00
README.md
setup.py #[pymodinit] now uses the function name as default module name 2018-07-10 00:13:02 +02:00

README.md

word-count

Build

python setup.py install

Usage

from word_count import search

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