wasmcloud-interface-keyvalue 0.12.0

Interface for wasmCloud actors to access Key-Value stores (wasmcloud:keyvalue)
Documentation
1
2
3
4
//! org.wasmcloud.interface.keyvalue

mod keyvalue;
pub use keyvalue::*;