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

..03-May-2022-

examples/H03-May-2022-9688

src/H03-May-2022-7,3415,438

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

.cargo_vcs_info.jsonH A D01-Jan-197074 65

Cargo.lockH A D01-Jan-19706.8 KiB265234

Cargo.tomlH A D01-Jan-19702.2 KiB7865

Cargo.toml.orig-cargoH A D01-Jan-19701.5 KiB5645

README.mdH A D01-Jan-1970760 2313

THIRD_PARTYH A D01-Jan-197019.8 KiB10454

README.md

1# macOS/iOS Security framework for Rust
2
3[![Latest Version](https://img.shields.io/crates/v/security-framework.svg)](https://lib.rs/crates/security-framework)
4
5[Documentation](https://docs.rs/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