Skip to main content

Crate crux_kv

Crate crux_kv 

Source
Expand description

A basic Key-Value store for use with Crux

crux_kv allows Crux apps to store and retrieve arbitrary data by asking the Shell to persist the data using platform native capabilities (e.g. disk or web localStorage)

Re-exports§

pub use error::*;
pub use protocol::*;

Modules§

command
The Command based API for crux_kv
error
protocol

Structs§

KeyValue