Skip to main content

wslay_sys/
lib.rs

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