// Casing inherited from PDL #![allow(non_snake_case)] #![allow(non_camel_case_types)] #![allow(warnings, missing_docs)] #![allow(clippy::all)] // this is now stable #![feature(mixed_integer_ops)] pub mod att { include!(concat!(env!("OUT_DIR"), "/_packets.rs")); }