The storage interface
Access high performance storage and databases from a Rust API
This page is outdated. Please visit here to check out how to access storage interface Rust APIs.
Dependency
[dependencies]
rust_storage_interface_library = "^0.1"
serialize_deserialize_u8_i32 = "^0.1"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "1.0"
wasm-bindgen = "=0.2.61"use serialize_deserialize_u8_i32::s_d_u8_i32;
use rust_storage_interface_library::ssvm_storage;Store and load primitive types
Store and load string data
Store and load structs data
Store and load binary data
Last updated
Was this helpful?