当项目最终准备好发布时,可以使用 cargo build --release 来优化编译项目。这会在target/release 而不是target/debug 下生成可执行文件。这些优化可以让Rust 代码运行的更 ...
確定! 回上一頁