検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for プロジェクト (0.011 sec.)
Dependencies - Rust By Example 日本語版 12426
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... テムには cargo が標準装備されています! cargo によってプロジェクトの依存関係を管理することができます。 Rustのプロジェク ... ─ Cargo.toml └── src └── main.rs main.rs がこの新規プロジェクトのルートのソースファイルです。なにも新しいことはあり ... ませんね。 Cargo.toml はこのプロジェクト( foo )の cargo の設定ファイルです。中を見てみると ... ] [dependencies] [package] の下の name フィールドがプロジェクトの名前を決定します。これはクレートを公開するときに c ...
https://man.plustar.jp/rust/example/cargo/deps.html - [similar]
Conventions - Rust By Example 日本語版 8432
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... 。 foo ├── Cargo.toml └── src └── main.rs しかし同じプロジェクトで2つのバイナリが欲しいとします。その場合は? cargo は ...
https://man.plustar.jp/rust/example/cargo/conventions.html - [similar]
Build Scripts - Rust By Example 日本語版 8192
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... ld = "build.rs" それ以外の場合、Cargoはデフォルトでプロジェクトディレクトリから build.rs を探します。 ビルドスクリプ ...
https://man.plustar.jp/rust/example/cargo/build_scripts.html - [similar]
ドキュメンテーション - Rust By Example 日本語版 7896
Introduction 1. Hello World ❱ 1.1. コメント 1.2. フォーマットしてプリント ❱ 1.2.1. デバッグ 1.2. ... とができます。ドキュメンテーションコメントは大規模なプロジェクトの際に非常に有用です。 #![crate_name = "doc"] /// A ...
https://man.plustar.jp/rust/example/meta/doc.html - [similar]
PREV 1 NEXT