Mark a function to run before main. src/main.rs extern crate init; use init::init; #[init] fn init() { } fn main() { }. build.rs
確定! 回上一頁