miku-ktls-sys 1.1.0+commit.62e56ef

Configures kTLS for tokio-rustls client and server connections.
Documentation
1
2
3
4
5
6
7
8
9
//! `include/uapi/linux/tls.h` bindings, for TLS kernel offload.
//!
//! Generated with `bindgen tls.h -o src/bindings.rs`.
//!
//! See <https://github.com/hanyu-dev/miku-ktls> for a higher-level / safer interface.

#![allow(non_camel_case_types)]

pub mod bindings;