简体   繁体   中英

Default cargo output directory for binaries

I downloaded a Rust project and built it with cargo build . I have not configured Rust beforehand. Where can I find the output binaries?

They'll be under target/debug or target/release depending on which configuration you built - if the command was just cargo build , then target/debug .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM