エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Checklist - Rust API Guidelines
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Checklist - Rust API Guidelines
Rust API Guidelines Checklist Naming (crate aligns with Rust naming conventions) Casing conforms ... Rust API Guidelines Checklist Naming (crate aligns with Rust naming conventions) Casing conforms to RFC 430 (C-CASE) Ad-hoc conversions follow as_, to_, into_ conventions (C-CONV) Getter names follow Rust convention (C-GETTER) Methods on collections that produce iterators follow iter, iter_mut, into_iter (C-ITER) Iterator type names match the methods that produce them (C-ITER-TY) Feature names are