- Rust Quick Start Guide
- Daniel Arbuckle
- 85字
- 2021-06-10 19:46:00
Dependencies on Git repositories
Depending on a library stored in the Git version control system, either locally or remotely, is also easy. The linking code is slightly different, but it looks like this:
[dependencies]
thing = { git = "https://github.com/example/thing" }
We tell Rust where to find the repository, and it knows how to check it out, compile it, and link it with our program. The repository location doesn't have to be a URL; it can be any repository location that the git command recognizes.
推薦閱讀
- Functional Python Programming
- LabVIEW入門與實戰開發100例
- Visual Basic程序開發(學習筆記)
- C/C++算法從菜鳥到達人
- Java編程指南:基礎知識、類庫應用及案例設計
- BeagleBone Media Center
- Visual Basic程序設計實驗指導(第4版)
- JavaCAPS基礎、應用與案例
- Visual Basic程序設計
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Vue.js應用測試
- Mastering jQuery Mobile
- Java程序設計基礎(第6版)
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Web前端開發技術:HTML、CSS、JavaScript