所以就找到如何同時存在多個有 main 函式的檔案
e.g. 正常下用 cargo new 時檔案結構
$ cargo new mytest $ cd mytest $ tree . mytest/ ├── Cargo.toml └── src └── main.rs
測試這個 main 時只需要用 cargo run 執行即可
cargo 會去找 src/lib.rs 或 src/main.rs 當作程式進入點的檔案
$ cargo new mytest $ cd mytest $ tree . mytest/ ├── Cargo.toml └── src └── main.rs
aaa ---> y 複製
bbb ---> p 貼上 ---> aaa
ccc ---> p 貼上 ---> bbb
language-processing for C |
該放起司的地方放起司,該放肉片的地方放肉片,再用左右大括號括起來,美味的 struct 完成了 (?
Photo by Pablo Merchán Montes on Unsplash |
Picture from MonkeyUser.com |