- Rust Quick Start Guide
- Daniel Arbuckle
- 66字
- 2021-06-10 19:46:01
Dependencies on local libraries
We can also link against other libraries stored on our own systems, of course. To do this, we just have to add an entry such as this to our Cargo.toml file:
[dependencies]
example = { path = "/path/to/example" }
The path can be absolute or relative. If it's relative, it's interpreted as being relative to the directory containing our Cargo.toml file.
推薦閱讀
- 玩轉Scratch少兒趣味編程
- SQL學習指南(第3版)
- Vue.js 2 and Bootstrap 4 Web Development
- Mastering Natural Language Processing with Python
- 數據結構(Python語言描述)(第2版)
- OpenNI Cookbook
- Learning Selenium Testing Tools(Third Edition)
- C#程序設計
- The HTML and CSS Workshop
- 自然語言處理Python進階
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- 從零開始:UI圖標設計與制作(第3版)
- PhoneGap 4 Mobile Application Development Cookbook
- 高效使用Greenplum:入門、進階與數據中臺
- 零基礎學SQL(升級版)