Crates.io | pouch-cli |
lib.rs | pouch-cli |
version | 0.3.0 |
source | src |
created_at | 2024-08-08 03:44:19.580901 |
updated_at | 2024-08-10 11:53:45.314154 |
description | A really tiny cli for pouch-server |
homepage | https://github.com/c16a/pouch |
repository | https://github.com/c16a/pouch |
max_upload_size | |
id | 1329051 |
size | 13,655 |
A really tiny KV store.
Crate | Version |
---|---|
Server | |
CLI | |
SDK |
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.
All tests can be run from the repository root.
cargo test
# For debug builds
cargo build
# For release builds
cargo build --release