検索
Results of 1 - 3 of about 3 for crate (0.015 sec.)
- パスとモジュールシステムへの変更 - エディションガイド 11812
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
b(in path) のような可視性修飾子 1 において、パスは crate , self , super のいずれかで始まらなくてはならなくな...
に公開にするための可視性修飾子です。 例えば、 pub(in crate::outer_mod) のように書くと crate::outer_mod モジュ...
内だけからアクセスできるようになります。("public in crate::outer_mod " という意味です。) 詳細は The Rust Re...
するために導入されました。 簡単にまとめると、 extern crate は九割九分の場面で必要なくなりました。 crate キーワ...
- https://man.plustar.jp/rust/edition/rust-2018/path-changes.html - [similar]
- エディションガイド 8705
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
、Rust 2015 では、外部クレートは以下のように extern crate で明示的に宣言される必要がありました: // src/lib.r...
s extern crate rand; Rust 2018 では、外部クレートを使うのに exter...
n crate は必要ありません 。 cargo fix には --edition-idiom...
以下のリントがあります。 Edition 2018: unused-extern-crates explicit-outlives-requirements Edition 2021 にイデ...
- https://man.plustar.jp/rust/edition/print.html - [similar]
- 発展的な移行戦略 - エディションガイド 7366
- 序文 1. エディションとは? 1.1. 新しいプロジェクトを作成する 1.2. 既存のプロジェクトのエディション
...
、Rust 2015 では、外部クレートは以下のように extern crate で明示的に宣言される必要がありました: // src/lib.r...
s extern crate rand; Rust 2018 では、外部クレートを使うのに exter...
n crate は必要ありません 。 cargo fix には --edition-idiom...
以下のリントがあります。 Edition 2018: unused-extern-crates explicit-outlives-requirements Edition 2021 にイデ...
- https://man.plustar.jp/rust/edition/editions/advanced-migrations.html - [similar]
PREV
1
NEXT