Docs.rs
  • heapless-0.8.0
    • heapless 0.8.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • japaric
    • adamgreig
    • korken89
    • github:rust-embedded:libs
    • Dependencies
      • defmt >=0.2.0, <0.4 normal optional
      • hash32 ^0.3.0 normal
      • portable-atomic ^1.0 normal optional
      • serde ^1 normal optional
      • stable_deref_trait ^1 normal
      • ufmt-write ^0.1 normal optional
      • ufmt ^0.2 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

heapless0.8.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • Deque
  • HistoryBuffer
  • IndexMap
  • IndexMapIter
  • IndexMapIterMut
  • IndexMapKeys
  • IndexMapValues
  • IndexMapValuesMut
  • IndexSet
  • IndexSetIter
  • LinearMap
  • OccupiedEntry
  • OldestOrdered
  • String
  • VacantEntry
  • Vec
  • binary_heap::BinaryHeap
  • binary_heap::PeekMut
  • mpmc::MpMcQueue
  • pool::arc::Arc
  • pool::arc::ArcBlock
  • pool::boxed::Box
  • pool::boxed::BoxBlock
  • pool::object::Object
  • pool::object::ObjectBlock
  • sorted_linked_list::FindMut
  • sorted_linked_list::Iter
  • sorted_linked_list::LinkedIndexU16
  • sorted_linked_list::LinkedIndexU8
  • sorted_linked_list::LinkedIndexUsize
  • sorted_linked_list::Max
  • sorted_linked_list::Min
  • sorted_linked_list::Node
  • sorted_linked_list::SortedLinkedList
  • spsc::Consumer
  • spsc::Iter
  • spsc::IterMut
  • spsc::Producer
  • spsc::Queue

Enums

  • Entry
  • binary_heap::Max
  • binary_heap::Min

Traits

  • binary_heap::Kind
  • pool::arc::ArcPool
  • pool::boxed::BoxPool
  • pool::object::ObjectPool
  • sorted_linked_list::Kind
  • sorted_linked_list::SortedLinkedListIndex

Macros

  • arc_pool
  • box_pool
  • object_pool

Type Aliases

  • FnvIndexMap
  • FnvIndexSet
  • mpmc::Q16
  • mpmc::Q2
  • mpmc::Q32
  • mpmc::Q4
  • mpmc::Q64
  • mpmc::Q8