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_
alloc
0.0.4
Module buffer
Module Items
Structs
Traits
In flex_
alloc::
vec
flex_alloc
::
vec
Module
buffer
Copy item path
Source
Expand description
Vec
buffer types and trait definitions.
Structs
§
VecData
An abstract type which captures the parameters of a
Vec
type’s data representation.
VecHeader
The header associated with each
Vec
instance.
Traits
§
VecBuffer
A concrete
Vec
backing buffer.