rsam 1.0.0

Random sampler for text-based data in Rust using reservoir sampling algorithm.
[dependencies.bytecount]
version = "0.6.3"

[dependencies.clap]
features = ["derive"]
version = "4.1.8"

[dependencies.log]
version = "0.4.17"

[dependencies.log4rs]
version = "1.2.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_pcg]
version = "0.3.1"

[package]
authors = ["Wenjie Wei <wjwei9908@gmail.com>", "Songtao Gui < songtaogui@163.com>"]
description = "Random sampler for text-based data in Rust using reservoir sampling algorithm."
documentation = "https://docs.rs/crate/rsam/latest"
edition = "2021"
exclude = ["**/tests/**", "log_cfg.yml"]
homepage = "https://wjwei.blog"
license = "GPL-3.0-only"
name = "rsam"
readme = "README.md"
repository = "https://github.com/wjwei-handsome/rsam"
version = "1.0.0"