samples 1.0.5

sample lines from a text file(plain text, csv, log...) or from stdin
[dependencies.rand]
version = "0.8.5"

[dependencies.structopt]
version = "0.3.26"

[package]
authors = ["zhangtaomox@gmail.com"]
categories = ["command-line-utilities"]
description = "sample lines from a text file(plain text, csv, log...) or from stdin"
edition = "2021"
homepage = "https://github.com/zhangtaomox/samples"
keywords = ["sample", "rand", "cli"]
license = "Apache-2.0"
name = "samples"
readme = "README.md"
repository = "https://github.com/zhangtaomox/samples"
version = "1.0.5"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true