> 富强、民主、文明、和谐
>
> 自由、平等、公正、法治
>
> 爱国、敬业、诚信、友善
Let the evil man in the middle know WHAT WE BELIEVE IN :)
[](https://travis-ci.org/QSCTech/BaseCoreSocialistValues)
[](https://github.com/QSCTech/BaseCoreSocialistValues/blob/master/LICENSE)
### `base_core_socialist_values`
[](https://crates.io/crates/base_core_socialist_values)
[](https://docs.rs/base_core_socialist_values)
The Library
### `bcsv`
[](https://crates.io/crates/bcsv)
## 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.