Docs.rs
security-framework-2.4.0
security-framework 2.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
djc
kornelski
Dependencies
bitflags ^1.3.2
normal
core-foundation ^0.9.1
normal
core-foundation-sys ^0.8.2
normal
libc ^0.2.100
normal
log ^0.4.14
normal
num ^0.4.0
normal
security-framework-sys ^2.4.0
normal
env_logger ^0.9.0
dev
hex ^0.4.3
dev
tempdir ^0.3.7
dev
x509-parser ^0.10.0
dev
Versions
96.61%
of the crate is documented
This release has been yanked, go to latest version
Platform
aarch64-apple-ios
x86_64-apple-darwin
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition Result
Other items in
security_framework
::
base
?
Type Definition
security_framework
::
base
::
Result
[
−
]
[src]
pub type Result<T, E =
Error
> =
Result
<T, E>;
Expand description
A
Result
type commonly returned by functions.