wasmcloud-interface-blobstore 0.9.0

Interface for accessing an object store over the wasmcloud:blobstore contract
Documentation
1
2
3
4
5
//! blobstore implementation
//!

mod blobstore;
pub use blobstore::*;