Registry / other / embedded-storage

embedded-storage

JSON →
library0.3.1rscratesunverified

A Storage Abstraction Layer for Embedded Systems, providing traits for flash and other storage.

# Cargo.toml [dependencies] embedded-storage = "0.3.1"
INSTALL
IMPORT
SIG · EMBEDDED-STORAGE
E
embedded-storage
otherrustv0.3.1
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.

NorFlash
use embedded_storage::nor_flash::NorFlash;

Demonstrates the NorFlash trait usage (requires a driver).

use embedded_storage::nor_flash::NorFlash; fn main() { // Example: requires a concrete implementation println!("NorFlash trait provides read/write/erase operations"); }
Debug
Known issues
gotchaThis is a trait crate; you need a hardware-specific implementation to use it.
fix
Pair with a driver crate like 'embedded-storage-flash' or a chip-specific crate.
affects: >=0.1.0
Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
embedded-storage — cargo add embedded-storage · libregistry