Registry / other / storage-interface

storage-interface

JSON →
libraryrscratesunverified

Aptos storage interface for blockchain data.

# Cargo.toml [dependencies] storage-interface = "latest"
INSTALL
IMPORT
SIG · STORAGE-INTERFACE
S
storage-interface
otherrust
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DbReader
use storage_interface::DbReader;

Define a storage reader trait for Aptos.

use storage_interface::DbReader; fn main() { // Example usage requires a concrete implementation println!("Storage interface trait"); }
Debug
Known issues
breakingPart of the Aptos core, may have breaking changes.
fix
Pin to a specific version and monitor upstream changes.
affects: >=0.1.0
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources
storage-interface — cargo add storage-interface · libregistry