Docs.rs
fastalloc-1.5.0
fastalloc 1.5.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
eshanized
Dependencies
crossbeam ^0.8
normal
optional
parking_lot ^0.12
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
tracing ^0.1
normal
optional
criterion ^0.7.0
dev
tokio ^1.35
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module traits
fastalloc
1.5.0
Module traits
Module Items
Traits
In crate fastalloc
fastalloc
Module
traits
Copy item path
Source
Expand description
Traits for working with memory pools.
Traits
ยง
Pool
Stats
stats
Trait for pools that support statistics collection.
Poolable
A trait for types that can be used with memory pools.