wordexp_sys/
lib.rs

1#[allow(non_camel_case_types)]
2#[allow(non_upper_case_globals)]
3#[cfg_attr(test, allow(deref_nullptr))]
4mod bindings {
5    include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
6}
7
8pub use bindings::*;