Registry / crypto / security-framework-sys

security-framework-sys

JSON →
library2.17.0rscratesunverified

Apple Security.framework low-level FFI bindings.

cryptonetworking
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.

use security_framework_sys::base::SecKeychainRef;

Demonstrates using a low-level Security.framework type.

use security_framework_sys::base::SecKeychainRef; fn main() { let _keychain: SecKeychainRef = std::ptr::null_mut(); println!("Security framework sys bindings available"); }
Debug
Known footguns
gotchaOnly works on Apple platforms (macOS, iOS, etc.)
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources