1 2 3 4 5
//! `moana_std` 用户态构建脚本 fn main() { moa_target_define::register_user_cfgs(); println!("cargo::rerun-if-changed=build.rs"); }