Docs.rs
  • flex-alloc-0.0.4
    • flex-alloc 0.0.4
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • andrewwhitehead
    • Dependencies
      • allocator-api2 ^0.2 normal optional
      • const-default ^1 normal
      • zeroize ^1 normal optional
      • criterion ^0.5 dev
      • rstest ^0.23 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • 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
    • 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

flex_alloc0.0.4

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Unions

List of all items

Structs

  • UpdateError
  • alloc::AllocError
  • alloc::Fixed
  • alloc::Global
  • alloc::Spill
  • alloc::ZeroizingAlloc
  • boxed::Box
  • capacity::GrowDoubling
  • capacity::GrowExact
  • storage::ArrayStorage
  • storage::FatBuffer
  • storage::Inline
  • storage::InlineBuffer
  • storage::SpillStorage
  • storage::ThinBuffer
  • vec::Drain
  • vec::IntoIter
  • vec::Splice
  • vec::Vec
  • vec::buffer::VecData
  • vec::buffer::VecHeader
  • vec::config::Custom
  • vec::config::Thin

Enums

  • StorageError
  • borrow::Cow

Unions

  • storage::ByteStorage

Traits

  • alloc::AllocateIn
  • alloc::Allocator
  • alloc::AllocatorDefault
  • alloc::AllocatorZeroizes
  • alloc::ConvertAlloc
  • alloc::SpillAlloc
  • borrow::ToOwnedIn
  • capacity::Grow
  • capacity::Index
  • storage::BufferHeader
  • storage::RawBuffer
  • vec::buffer::VecBuffer
  • vec::config::VecConfig
  • vec::config::VecConfigAlloc
  • vec::config::VecConfigNew
  • vec::config::VecConfigSpawn
  • vec::config::VecNewIn

Macros

  • vec

Functions

  • alloc::handle_alloc_error
  • storage::aligned_byte_storage
  • storage::array_storage
  • storage::byte_storage
  • vec::from_array
  • vec::from_array_in
  • vec::from_elem
  • vec::from_elem_in

Type Aliases

  • borrow::Owned
  • vec::InlineVec
  • vec::ThinVec
  • vec::ZeroizingVec