cargo new lib_name --lib --vcs none # 如果你想寫一個庫 cargo build # 如果你想編譯,默認會編譯到target/debug/project_name下 cargo run # 如果 ...
確定! 回上一頁