Rust 1.5 穩定版發布,支持 cargo install
Rust 是 Mozilla 的一個新的編程語言,由web語言的領軍人物Brendan Eich(js之父),Dave Herman以及Mozilla公司的Graydon Hoare 合力開發。
Rust 1.5 發布,該版本最主要更新是支持 cargo install 。cargo install
可以用于安裝新的子命令:
-
cargo-check
: statically check a project, but don’t build a binary. -
cargo-edit
: add or remove dependencies for a project through the command line. -
cargo-graph
: build dependency graphs for a project using GraphViz. -
cargo-watch
: automatically re-run a Cargo command when the project changes.
更多內容請看:release notes。
下載地址: Rust 1.5 stable。
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!