Docs.rs
security-framework-1.0.0
security-framework 1.0.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
sfackler
djc
kornelski
Dependencies
bitflags ^1.2.1
normal
core-foundation ^0.7
normal
core-foundation-sys ^0.7
normal
libc ^0.2.68
normal
security-framework-sys ^1.0.0
normal
hex ^0.4.2
dev
tempdir ^0.3.7
dev
Versions
Go to latest version
Platform
x86_64-apple-darwin
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
All crates
1
2
3
4
//! OS specific extensions.
#[
cfg
(
target_os
=
"macos"
)]
pub
mod
macos
;