Searched refs:CargoHandler (Results 1 – 7 of 7) sorted by relevance
22 pub struct CargoHandler; struct24 impl CargoHandler { implementation78 let data = CargoHandler::readenv("CARGO_CFG_TARGET_ARCH") in new()
1 use crate::utils::cargo_handler::{CargoHandler, TargetArch};14 let arch = CargoHandler::target_arch(); in current_bindgenarch()
5 use crate::utils::cargo_handler::{CargoHandler, TargetArch};26 let arch = CargoHandler::target_arch(); in current_cfiles_arch()
3 use crate::{bindgen::arch::current_bindgenarch, utils::cargo_handler::CargoHandler};11 CargoHandler::emit_rerun_if_files_changed(&[wrapper_h.clone()]); in generate_bindings()
5 use crate::utils::cargo_handler::CargoHandler;79 CargoHandler::emit_rerun_if_files_changed(files.as_slice()); in set_rerun_if_files_changed()
5 use crate::utils::cargo_handler::CargoHandler;29 CargoHandler::emit_features(features.as_slice()); in build()
1031 * 将设置feature函数放入CargoHandler中