wasmcloud_interface_keyvalue/
lib.rs

1
2
3
4
//! org.wasmcloud.interface.keyvalue

mod keyvalue;
pub use keyvalue::*;