My personal adventures with rust!!!
code with peace
bash
cargo install youran
yr
onlybash
cargo install youran --bin yr
It behaves like kvass(which is written in go), but without a server side
(maybe temporally)
```bash $ yr yr 0.2.3 hangj guijie.han@gmail.com code with peace
USAGE:
yr [OPTIONS]
OPTIONS:
--db
SUBCOMMANDS: clear clear all the keys, empty the table get get the value of the given key help Print this message or the help of the given subcommand(s) ls list the latest updated key-values qr show the QRCode for the given key set set the value of the given key
$ yr set hello "world 😊"
$ yr set "world 😊" hello
$ yr set bytes "head -c 64 /dev/random
"
$ yr get bytes
�H�=�K
�.�(�_ 1_��q��R���p��*ԍ]DԪ�S[��xY�@���D6�,�>J��#�
$ yr qr bytes
$ yr ls
```