Registry / crypto / cryptovec

cryptovec

JSON →
library0.7.1rscratesunverified

A vector which zeroes its memory on clears and reallocations.

# Cargo.toml [dependencies] cryptovec = "0.7.1"
INSTALL
IMPORT
SIG · CRYPTOVEC
C
cryptovec
cryptorustv0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CryptoVec
use cryptovec::CryptoVec;

Creates a CryptoVec, pushes a value, and clears it.

use cryptovec::CryptoVec; fn main() { let mut vec = CryptoVec::new(); vec.push(42); println!("Length: {}", vec.len()); vec.clear(); // memory zeroed }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
13
Resources
cryptovec — cargo add cryptovec · libregistry