Docs.rs
  • sequential-storage-4.0.1
    • sequential-storage 4.0.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • diondokter
    • Dependencies
      • approx ^0.5.1 normal optional
      • arrayvec ^0.7.4 normal optional
      • defmt ^0.3 normal optional
      • embedded-storage-async ^0.4.1 normal
      • futures ^0.3.30 normal optional
      • heapless ^0.8.0 normal optional
      • approx ^0.5.1 dev
      • futures ^0.3.30 dev
      • futures-test ^0.3.30 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

sequential_storage4.0.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • cache::KeyPointerCache
  • cache::NoCache
  • cache::PagePointerCache
  • cache::PageStateCache
  • map::MapItemIter
  • queue::QueueIterator
  • queue::QueueIteratorEntry

Enums

  • Error
  • map::SerializationError

Traits

  • cache::CacheImpl
  • cache::KeyCacheImpl
  • map::Key
  • map::Value

Functions

  • erase_all
  • item_overhead_size
  • map::fetch_all_items
  • map::fetch_item
  • map::remove_all_items
  • map::remove_item
  • map::store_item
  • queue::find_max_fit
  • queue::iter
  • queue::peek
  • queue::pop
  • queue::push
  • queue::space_left