libdw_sys/
lib.rs

1#[cfg_attr(target_pointer_width = "32", path = "lib32.rs")]
2#[cfg_attr(target_pointer_width = "64", path = "lib64.rs")]
3mod bindgen;
4pub use crate::bindgen::*;