kbparse-lib
This crate provides a lightweight ability to parse Apple user keybags (version 5). This crate has no dependencies other than std.
// Simplified example
use keybag;
Platform Support
- macOS-14-aarch64 (arm64e)
- macOS-13-aarch64 (arm64e)
- macOS-13-x86_64
- macOS-12-x86_64
- macOS-12-aarch64 (arm64e)
- macOS-11-x86_64
Toolchain Support
- aarch64-apple-darwin
- x86_64-apple-darwin