Docs.rs
secure-types-0.1.0
secure-types 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
greekfetacheese
Dependencies
memsec ^0.7.0
normal
optional
serde ^1
normal
optional
thiserror ^2
normal
zeroize ^1.8.1
normal
serde ^1
dev
serde_json ^1
dev
libc ^0.2
normal
windows-sys ^0.60.2
normal
Versions
40.38%
of the crate is documented
Go to latest version
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
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
secure_
types
0.1.0
Module vec
Module Items
Structs
Type Aliases
In crate secure_
types
secure_types
Module
vec
Copy item path
Source
Structs
§
Drain
A draining iterator for
SecureVec<T>
.
Secure
Vec
A securely allocated, growable vector, analogous to
std::vec::Vec
.
Type Aliases
§
Secure
Bytes