Docs.rs
flex-alloc-0.0.5
flex-alloc 0.0.5
Permalink
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
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.5
Module boxed
Module Items
Structs
In crate flex_
alloc
flex_alloc
Module
boxed
Copy item path
Source
Expand description
Support for values contained within allocated memory.
Structs
ยง
Box
A pointer type that uniquely owns an allocation of type
T
.