pouch-cli

Crates.iopouch-cli
lib.rspouch-cli
version0.3.0
sourcesrc
created_at2024-08-08 03:44:19.580901
updated_at2024-08-10 11:53:45.314154
descriptionA really tiny cli for pouch-server
homepagehttps://github.com/c16a/pouch
repositoryhttps://github.com/c16a/pouch
max_upload_size
id1329051
size13,655
Chaitanya Munukutla (c16a)

documentation

README

Pouch

A really tiny KV store.

Crates

Crate Version
Server pouch-server
CLI pouch-server
SDK pouch-server

Building from source

Both the server and the cli can be built from the repository root. The binaries can be found at target/release or target/debug depending on the profile.

Running tests

All tests can be run from the repository root.

cargo test
# For debug builds
cargo build

# For release builds
cargo build --release
Commit count: 0

cargo fmt