Crate rustls_ffi[−][src]
Expand description
This package contains bindings for using rustls via a C API. If you’re looking at this on docs.rs, you may want the rustls docs instead.
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.
Modules
Enums
Functions
Returns a static string containing the rustls-ffi version as well as the rustls version. The string is alive for the lifetime of the program and does not need to be freed.