Docs.rs
security-framework-2.6.0
security-framework 2.6.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.2
normal
core-foundation-sys ^0.8.3
normal
libc ^0.2.100
normal
log ^0.4.14
normal
num-bigint ^0.4.3
normal
security-framework-sys ^2.6.0
normal
env_logger ^0.9.0
dev
hex ^0.4.3
dev
tempdir ^0.3.7
dev
x509-parser ^0.12.0
dev
Versions
100%
of the crate is documented
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
☰
Result
In
security_framework
::
base
?
Type Definition
security_framework
::
base
::
Result
source
·
[
−
]
pub type Result<T, E =
Error
> =
Result
<T, E>;
Expand description
A
Result
type commonly returned by functions.