Docs.rs
oom-safe-0.2.1
oom-safe 0.2.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
davidli2010
Dependencies
Versions
53.85%
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
oom_
safe
0.2.1
All Items
Crate Items
Structs
Traits
Functions
Crate
oom_safe
Copy item path
Source
Expand description
Out-of-memory safe
Structs
§
Alloc
Error
The error type for allocation failure.
Traits
§
VecAlloc
Ext
Extension for
Vec<T, A>
VecExt
Extension for
Vec<T>
Functions
§
catch_
oom
Invokes a closure, capturing the out-of-memory panic if one occurs.