1 2 3 4 5 6 7
#[cfg(feature = "napi-rs")] extern crate napi_build; fn main() { #[cfg(feature = "napi-rs")] napi_build::setup(); }