Implement Debug for FixedVec?
Aberta
- Linguagem predominante
- Rust
- Estrelas
- 62
- Forks
- 11
- Merge médio
- 3h 45min
- PRs com merge (30d)
- 5
Descrição
Esta issue não tem descrição.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
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.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- rust
- Domínio
- devtools
- Tipo de issue
- Funcionalidade
- Dificuldade
- 2/5
- Tempo estimado
- 1-3 horas
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 40/100