Docs.rs
zallocator-0.3.1
zallocator 0.3.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
al8n
Dependencies
async-channel ^1.7
normal
async-io ^1.8
normal
crossbeam-channel ^0.5
normal
crossbeam-queue ^0.3
normal
crossbeam-utils ^0.8
normal
futures ^0.3
normal
getrandom ^0.2
normal
hashbrown ^0.12
normal
lazy_static ^1.4
normal
parking_lot ^0.12
normal
pollster ^0.2
normal
rand ^0.8
normal
spin ^0.9
normal
triomphe ^0.1
normal
criterion ^0.3
dev
futures ^0.3
dev
rand ^0.8
dev
tokio ^1.19
dev
tokio-test ^0.4
dev
loom ^0.5
dev
getrandom ^0.2
normal
Versions
100%
of the crate is documented
This release has been yanked, go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
Result
In zallocator
?
Type Definition
zallocator
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Overflow
>;
Expand description
type alias for core::result::Result<T, Overflow>