Implement Debug for FixedVec?
オープン
- 主要言語
- Rust
- スター
- 62
- フォーク
- 11
- 平均マージ
- 3時間 45分
- マージ済み PR(30日)
- 5
説明
この issue には説明がありません。
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Find the FixedVec type definition in the source code, likely in src/lib.rs or a module like src/fixed_vec.rs. Review how the standard Debug trait is implemented for similar types in the crate. The implementation should print the elements of the FixedVec. Check for existing tests of FixedVec to understand its behavior and add a test for the Debug output.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust
- 領域
- devtools
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 40/100