pyo3/examples/word-count-cls
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 Synchronizes word-count-cls example README and code. 2018-02-26 15:03:29 -06:00
word_count_cls #[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 Syntax error in README changes. 2018-02-26 15:05:31 -06:00
setup.py #[pymodinit] now uses the function name as default module name 2018-07-10 00:13:02 +02:00

word-count

Build

python setup.py install

Usage

from word_count_cls import WordCounter

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