• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-381296

tests/04-Jul-2025-5149

.android-checksum.jsonD04-Jul-20251.2 KiB11

.cargo-checksum.jsonD04-Jul-2025818 11

Android.bpD04-Jul-20251 KiB3834

Cargo.tomlD04-Jul-20251 KiB4033

LICENSED04-Jul-202510.6 KiB202169

LICENSE-APACHED04-Jul-202510.6 KiB202169

METADATAD04-Jul-2025421 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025732 2515

build.rsD04-Jul-2025361 1511

cargo_embargo.jsonD04-Jul-2025274 1211

README.md

1# tokio-openssl
2
3An implementation of SSL streams for Tokio built on top of the [`openssl` crate]
4
5[Documentation](https://docs.rs/tokio-openssl)
6
7[`openssl` crate]: https://github.com/sfackler/rust-openssl
8
9# License
10
11This project is licensed under either of
12
13 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
14   http://www.apache.org/licenses/LICENSE-2.0)
15 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
16   http://opensource.org/licenses/MIT)
17
18at your option.
19
20### Contribution
21
22Unless you explicitly state otherwise, any contribution intentionally submitted
23for inclusion in tokio-openssl by you, as defined in the Apache-2.0 license,
24shall be dual licensed as above, without any additional terms or conditions.
25