ktls-sys 1.0.1

FFI bindings for `linux/tls.h`
Documentation
# ktls-sys

`linux/tls.h` bindings, for TLS kernel offload.

Generated with `bindgen tls.h -o src/bindings.rs`

See <https://github.com/bearcove/ktls> for a higher-level / safer interface.

## Status

[![test pipeline](https://github.com/bearcove/ktls-sys/actions/workflows/test.yml/badge.svg)](https://github.com/bearcove/ktls-sys/actions/workflows/test.yml?query=branch%3Amain)
[![Coverage Status (codecov.io)](https://codecov.io/gh/bearcove/ktls-sys/branch/main/graph/badge.svg)](https://codecov.io/gh/bearcove/ktls-sys/)

## License

This project is primarily distributed under the terms of both the MIT license
and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.