- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 68字
- 2021-07-02 23:07:13
Automating things
While there is nothing wrong with creating a Rust project by hand, Rust does come with a very handy utility called Cargo. Cargo can be used not only to automate the setting up of a project, but also to compile and execute Rust code. Cargo can be used to create the parts required for a library instead of an executable, and can also generate application documentation.
推薦閱讀
- Mastering OpenLayers 3
- FuelPHP Application Development Blueprints
- Flask Blueprints
- ReSharper Essentials
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第3版)
- Mastering Ext JS
- C#程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- 從0到1:Python數(shù)據(jù)分析
- Learning Concurrency in Kotlin
- 動(dòng)手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- 深入理解C指針
- Beginning C++ Game Programming
- 深度學(xué)習(xí)原理與PyTorch實(shí)戰(zhàn)(第2版)
- Python計(jì)算機(jī)視覺和自然語言處理