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

..--

src/25-Apr-2025-381296

tests/25-Apr-2025-5149

.cargo-checksum.jsonD25-Apr-2025818 11

Android.bpD25-Apr-20251 KiB3834

Cargo.tomlD25-Apr-20251 KiB4033

LICENSED25-Apr-202510.6 KiB202169

LICENSE-APACHED25-Apr-202510.6 KiB202169

LICENSE-MITD25-Apr-20251 KiB2622

METADATAD25-Apr-2025437 1817

MODULE_LICENSE_APACHE2D25-Apr-20250

README.mdD25-Apr-2025732 2515

build.rsD25-Apr-2025361 1511

cargo_embargo.jsonD25-Apr-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