Docs.rs
flex-alloc-secure-0.0.1
flex-alloc-secure 0.0.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
andrewwhitehead
Dependencies
chacha20poly1305 ^0.10
normal
const-default ^1
normal
flex-alloc ^0.0.4
normal
rand_core ^0.6
normal
zeroize ^1
normal
criterion ^0.5
dev
libc ^0.2.158
normal
windows-sys ^0.59
normal
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
flex_
alloc_
secure
0.0.1
Module vec
Module Items
Type Aliases
In crate flex_
alloc_
secure
flex_alloc_secure
Module
vec
Copy item path
Source
Expand description
Secure
Vec
container types.
Type Aliases
ยง
Secure
Vec
A
Vec
which is backed by a secured allocator and keeps its contents in physical memory. When released, the allocated memory is securely zeroed, including all intermediate buffers produced in resizing the vector.