pp.144 - 150
p.148 サードパーティ製クレートclapを使用する場合
本記事作成時点でも3系はclap@3.0.0-beta-1。2.x系は、2.33.3のドキュメントが見つかった。
なので、cargo add clap@3.0.0-beta.1
でclapをcargoに追加できる。
実行すると、Cargo.tomlに以下が追加される。
Cargo.toml
[dependencies]
clap = "3.0.0-beta.1"
Go to list of users who liked
More than 3 years have passed since last update.
pp.144 - 150
本記事作成時点でも3系はclap@3.0.0-beta-1。2.x系は、2.33.3のドキュメントが見つかった。
なので、cargo add clap@3.0.0-beta.1
でclapをcargoに追加できる。
実行すると、Cargo.tomlに以下が追加される。
[dependencies]
clap = "3.0.0-beta.1"
Register as a new user and use Qiita more conveniently
Go to list of users who liked