lockedbox 0.1.0

A Box-like type that prevents paging its contents to disk.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.memsec]
version = "0.6.3"

[package]
categories = ["memory-management", "no-std"]
description = "A Box-like type that prevents paging its contents to disk."
edition = "2021"
keywords = ["memory", "mlock"]
license = "MIT OR Apache-2.0"
name = "lockedbox"
readme = "README.md"
repository = "https://github.com/khonsulabs/lockedbox"
rust-version = "1.56.1"
version = "0.1.0"