Registry / crypto / security-framework-sys

security-framework-sys

JSON →
library2.17.0rscratesunverified

Apple Security.framework low-level FFI bindings.

# Cargo.toml [dependencies] security-framework-sys = "2.17.0"
INSTALL
IMPORT
SIG · SECURITY-FRAMEWORK
S
security-framework-sys
cryptorustv2.17.0
harness data pending
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.

SecKeychainRef
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 issues
gotchaOnly works on Apple platforms (macOS, iOS, etc.)
fix
Ensure target is Apple and link to Security.framework.
affects: >=0.0.0
Upgrade
Version history
2.17.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
security-framework-sys — cargo add security-framework-sys · libregistry