Crates.io | pouch-sdk |
lib.rs | pouch-sdk |
version | 0.3.0 |
source | src |
created_at | 2024-08-08 15:52:26.589837 |
updated_at | 2024-08-10 11:52:35.909173 |
description | The SDK to interact with pouch-server |
homepage | https://github.com/c16a/pouch |
repository | https://github.com/c16a/pouch |
max_upload_size | |
id | 1329703 |
size | 9,644 |
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