关于软件篋trait_exerci
学习内容
- 了解项目名称和目录
篇目
项目名称清单
| 项目类型 | 项目名称 | 相对路径 | 项目说明 |
|---|---|---|---|
| 作业区 | hello-trait | ./hello-trait | 开发共享软件篋工作区 |
| 共享篋 | lib-hello | ./hello-trait/lib-hello | 开发共享软件篋实例 |
| 本地程序 | bin-local-hello | ./hello-trait/bin-local-hello | 使用在本地的共享篋 |
| 仓库程序 | bin-hello | ./hello-trait/bin-hello | 使用在crates.io上共享篋 |
软件篋类型清单
| 篋类型 | 篋名称 | 相对路径 |
|---|---|---|
| 共享软件篋 | trait_exerci | ./hello-trait/lib-hello |
| 可执行程序 | bin-local-hello | ./hello-trait/bin-local-hello |
| 可执行程序 | bin-hello | ./hello-trait/bin-hello |