sequential-storage 8.0.0

A crate for storing data in flash with minimal erase cycles.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "rust-analyzer.linkedProjects": [
        "Cargo.toml",
        "fuzz/Cargo.toml",
        "example/Cargo.toml"
    ],
    "rust-analyzer.cargo.cfgs": [
        "debug_assertions",
        "miri",
        "fuzzing",
    ]
}