text-split 0.1.0

a big text file split util
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quicli]
version = "0.4.0"

[dependencies.structopt]
version = "0.2"

[package]
authors = ["郑瑞召 <ruizhaozheng@aliyun.com>"]
categories = ["command-line-utilities"]
description = "a big text file split util"
documentation = "https://github.com/konanzheng/text-split"
edition = "2018"
homepage = "https://github.com/konanzheng/text-split"
keywords = ["text", "split", "util"]
license = "MIT OR Apache-2.0"
name = "text-split"
repository = "https://github.com/konanzheng/text-split"
version = "0.1.0"