Crates.io | linux-keyutils |
lib.rs | linux-keyutils |
version | 0.2.4 |
source | src |
created_at | 2022-09-24 17:22:46.458602 |
updated_at | 2024-01-15 02:55:33.34179 |
description | Rust interface to the Linux key-management facility. Provides a safe interface around the raw system calls allowing user-space programs to perform key manipulation. |
homepage | https://github.com/landhb/linux-keyutils |
repository | https://github.com/landhb/linux-keyutils |
max_upload_size | |
id | 673132 |
size | 67,075 |
Rust interface to the Linux key-management facility. Provides a safe interface around the raw system calls allowing user-space programs to perform key manipulation.
There is a good cloudflare blog discussing why it should be used.
To use linux-keyutils
, first add this to your Cargo.toml
:
[dependencies]
linux-keyutils = "0.2"
For more information please view the full documentation. There is also a small example program in the examples directory.
#![no_std]
by default.KeyError
implements std::error::Error
when the std
feature of this crate enabled.libc
and bitflags
crates.Licensed under either of the following at your discretion:
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.