rustls-ffi 0.9.1

C-to-rustls bindings
Documentation
1
2
3
4
5
6
7
8
9
10
# Rustls-FFI

This package contains bindings for using rustls via a C API. If
you're looking at this on crates.io, [you may want the rustls crate
instead](https://crates.io/crates/rustls).

Even though this is a C API, it is published on crates.io so other crates that
wrap a different C API (like curl) can depend on it.

[You may also want to read the rustls-ffi README](https://github.com/rustls/rustls-ffi#rustls-ffi-bindings).