linux-keyutils
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.
0.2.5
11M downloads/mo
#2880 most downloaded on crates.io
landhb/linux-keyutils
What this package is like to depend on
Last release 5 months ago
21 Mar 2026
Release timing varies
gaps range from 2 weeks to 2.2 years
Nearly every release is documented
notes for 9 of 9 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
9 releases · first in 2022
1 release in the last 12 months
see the full history below
Release timeline
9 releases · Sep 2022 to Mar 2026Releases
latest 9-
0.2.521 Mar 2026Release notes
Open source →What's Changed
- Fix documentation for add_key method by @afontenot in #14
- Derive common traits on KeyRingIdentifier by @afontenot in #15
- Add support for request_key and keyctl_instantiate by @mythi in #13
- Add methods for linking a keyring to another keyring by @afontenot in #16
New Contributors
Full Changelog: v0.2.4...v0.2.5
-
0.2.415 Jan 2024Release notes
Open source →What's Changed
- Update dependencies to new semver versions by @VorpalBlade in #11
New Contributors
- @VorpalBlade made their first contribution in #11
Full Changelog: v0.2.3...v0.2.4
-
0.2.325 Feb 2023 -
0.2.219 Dec 2022Release notes
Open source → -
0.2.110 Oct 2022Release notes
Open source →What's Changed
- Provide
Key::read_to_vecby @landhb in #6 - Move away from libc provided constants for
KeyCtlOperation
Full Changelog: v0.2.0...v0.2.1
- Provide
-
0.2.007 Oct 2022Release notes
Open source →What's Changed
- Add
Metadata,Key::metadata(), andKeyRing::metadata() - Add
Linksabstraction, andKeyRing::get_links() - Cleanup docs, rename Key::set_perm, bump version
- Add
Eq,PartialEq,Copy,Cloneto most relevant public structs
Pull Requests
Full Changelog: v0.1.2...v0.2.0
- Add
-
0.1.226 Sep 2022Release notes
Open source →- Fix install instructions in README.
- Add ENOTSUP error.
Full Changelog: v0.1.1...v0.1.2
-
0.1.125 Sep 2022Release notes
Open source → -
0.1.024 Sep 2022