epan_sys/
lib.rs

1#![doc = include_str!("../README.md")]
2#![allow(non_upper_case_globals)]
3#![allow(non_camel_case_types)]
4#![allow(non_snake_case)]
5// We do this to suppress compiler warnings and minimize terminal spam. Just know that they are all
6// related to u128.
7#![allow(improper_ctypes)]
8#![allow(clippy::all)]
9
10include!(concat!(env!("CARGO_MANIFEST_DIR"), "/bindings.rs"));