rust-memcache icon indicating copy to clipboard operation
rust-memcache copied to clipboard

Add a command line target which could be used as a memcached interactive tool

Open aisk opened this issue 4 years ago • 0 comments

We can add a subfolder and marks it as bin in Cargo.toml, so that we can build a executable with cargo build or cargo install. There is an example: https://github.com/shadowsocks/shadowsocks-rust/blob/master/Cargo.toml

So that we can add a target called memcache-cli, for people can install it with cargo install, and use it as a command line tool to operate memcached data.

aisk avatar Feb 11 '20 03:02 aisk