Docs.rs
fallacy-box-0.1.1
fallacy-box 0.1.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
davidli2010
Dependencies
fallacy-clone ^0.1.1
normal
serde ^1.0.136
normal
optional
Versions
83.33%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fallacy_
box
0.1.1
All Items
Crate Items
Structs
Traits
Crate
fallacy_box
Copy item path
Source
Expand description
A pointer type for heap allocation.
Structs
§
Alloc
Error
The error type for allocation failure.
Box
A pointer type for heap allocation.
Layout
Layout of a block of memory.
Global
Experimental
The global memory allocator.
Traits
§
TryClone
Tries to clone, return an error instead of panic if allocation failed.
Allocator
Experimental
An implementation of
Allocator
can allocate, grow, shrink, and deallocate arbitrary blocks of data described via
Layout
.