topfew 0.2.3

CLI to find high frequency occurrences in structured text files
Documentation
[dependencies.ahash]
version = "0.7.0"

[dependencies.anyhow]
version = "1"

[dependencies.num_cpus]
version = "1.13"

[dependencies.rayon]
version = "1.3"

[dependencies.regex]
version = "1"

[dependencies.smartstring]
version = "0.2.5"

[dependencies.structopt]
version = "0.3"

[dev-dependencies.quickcheck]
version = "1.0"

[package]
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
categories = ["command-line-utilities", "text-processing"]
description = "CLI to find high frequency occurrences in structured text files"
edition = "2018"
keywords = ["cli"]
license = "GPL-3.0"
name = "topfew"
repository = "https://github.com/djc/topfew-rs"
version = "0.2.3"

[profile.release]
codegen-units = 1
debug = true
opt-level = 3