-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
discussionDiscussing about note or ideaDiscussing about note or ideaenhancementNew feature or requestNew feature or request
Description
Just got some info that you can compile rust code without Cargo.toml using rustc. Also, command cargo rustc will respect Cargo.toml ⎝✧ᴥ✧⎠
Seems I can replace cargo build with cargo rustc?
Also, using --emit flags and pipe it as a return value seems to be a good idea. Some projects need to import different .rs file which mean there will be multiple compilation. This cause out-dir to be rewrited multiple times 😞
Good References
rust-lang/cargo#595
https://doc.rust-lang.org/rustc/codegen-options/index.html
https://doc.rust-lang.org/cargo/reference/external-tools.html
https://doc.rust-lang.org/cargo/reference/unstable.html#out-dir
https://journal.zeyi.fan/2019/08/20/announce-cargo-play.html
Metadata
Metadata
Assignees
Labels
discussionDiscussing about note or ideaDiscussing about note or ideaenhancementNew feature or requestNew feature or request