bcsv

Crates.iobcsv
lib.rsbcsv
version0.1.5
sourcesrc
created_at2019-04-13 06:53:32.741412
updated_at2019-04-15 14:36:56.020925
descriptionCLI for base_core_socialist_values
homepage
repositoryhttps://github.com/QSCTech/BaseCoreSocialistValues
max_upload_size
id127621
size4,376
xixi (Hexilee)

documentation

README

富强、民主、文明、和谐

自由、平等、公正、法治

爱国、敬业、诚信、友善

Let the evil man in the middle know WHAT WE BELIEVE IN :)

Build status License: MIT

base_core_socialist_values

Crate version Rust Docs

The Library

bcsv

Crate version

CLI

We provide a CLI program named bcsv to encode and decode conveniently.

Install

With Rust's package manager cargo, you can install bcsv via:

cargo install bcsv

Usage

To encode a file:

bcsv [filename]

To decode a file:

bcsv -d [filename]

With no filename or filename is -, it will read from standard input.

Commit count: 63

cargo fmt