• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-9991

src/H03-May-2022-7,0855,194

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D08-May-202074 65

Cargo.lockH A D08-May-20203.8 KiB143126

Cargo.tomlH A D08-May-20202 KiB6857

Cargo.toml.orig-cargoH A D08-May-20201.5 KiB5241

README.mdH A D21-Jul-2019787 2313

THIRD_PARTYH A D27-Feb-201919.8 KiB10454

README.md

1# rust-security-framework
2
3[![Latest Version](https://img.shields.io/crates/v/security-framework.svg)](https://lib.rs/crates/security-framework)
4
5[Documentation](https://kornelski.github.io/rust-security-framework/doc/security_framework/)
6
7Bindings to the Apple's `Security.framework`. Allows use of TLS and Keychain from Rust.
8
9## License
10
11Licensed under either of
12 * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
13 * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
14
15at your option.
16
17### Contribution
18
19Unless you explicitly state otherwise, any contribution intentionally submitted
20for inclusion in the work by you shall be dual licensed as above, without any
21additional terms or conditions.
22
23