wslay-sys 0.1.0

Low-level FFI bindings to the wslay WebSocket C library (vendored).
Documentation
1
2
3
4
5
6
7
8
9
10
//! Low-level FFI bindings to the vendored [wslay](https://github.com/tatsuhiro-t/wslay)
//! WebSocket C library (MIT). Generated by bindgen at build time.
//!
//! This crate is unsafe FFI only; the safe, async wrapper lives in `ws-tcp`.
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(dead_code)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));