Docs.rs
  • flex-alloc-0.0.1
    • flex-alloc 0.0.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • andrewwhitehead
    • Dependencies
      • allocator-api2 ^0.2 normal optional
      • zeroize ^1 normal optional
      • criterion ^0.5 dev
      • rand ^0.8 dev
      • rstest ^0.22 dev
    • Versions
    • 5.36% 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.1

Crate Items

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

List of all items

Structs

  • InsertionError
  • index::GrowDoubling
  • index::GrowExact
  • storage::ArrayStorage
  • storage::FixedAlloc
  • storage::Global
  • storage::Inline
  • storage::InlineBuffer
  • storage::SpillAlloc
  • storage::SpillStorage
  • storage::Thin
  • vec::Drain
  • vec::IntoIter
  • vec::Splice
  • vec::Vec
  • vec::buffer::VecData
  • vec::buffer::VecHeader
  • vec::config::Custom

Enums

  • StorageError
  • borrow::Cow

Unions

  • storage::ByteStorage

Traits

  • borrow::ToOwnedIn
  • index::Grow
  • index::Index
  • storage::RawAlloc
  • storage::RawAllocIn
  • storage::RawAllocNew
  • storage::RawBuffer
  • storage::WithAlloc
  • vec::buffer::VecBuffer
  • vec::buffer::VecBufferNew
  • vec::buffer::VecBufferSpawn
  • vec::config::VecAlloc
  • vec::config::VecConfig
  • vec::config::VecConfigAlloc
  • vec::config::VecConfigAllocParts
  • vec::config::VecConfigNew
  • vec::config::VecConfigSpawn
  • vec::config::VecNewIn

Macros

  • vec

Functions

  • 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