rtools-traits 0.0.48

rcut is a Rust replacement for GNU cut that supports UTF-8.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
name = "rtools_traits"
path = "src/lib.rs"

[package]
authors = ["Viet Le <vietlq85@gmail.com>"]
description = "rcut is a Rust replacement for GNU cut that supports UTF-8."
edition = "2018"
include = ["src/*.rs", "Cargo.toml"]
license = "MIT/Apache-2.0"
name = "rtools-traits"
readme = "README.md"
repository = "https://github.com/vietlq/rtools/tree/master/rtools-traits"
version = "0.0.48"
[profile.release]
debug = false
lto = false
opt-level = 3