Expand coverage of types with relish implementations
Abierto
good first issue
- Lenguaje dominante
- Rust
- Estrellas
- 14
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Potential considerations:
### `std`
- String:
- `Box`
- `Arc`
- `Cow<'_, str>`
- Array:
- `[T; N]`
- `Box<[T]>`
- `Arc<[T]>`
- `Rc<[T]>`
- `Cow<'_, [T]>`
- `std::collections::VecDeque`
- `std::collections::BTreeSet`
- `std::collections::HashSet`
- Map:
- `std::collections::BTreeMap`
- Integers:
- `NonZeroU8`, `NonZeroU16`, `NonZeroU32`, `NonZeroU64`, `NonZeroU128`
- `NonZeroI8`, `NonZeroI16`, `NonZeroI32`, `NonZeroI64`, `NonZeroI128`
### 3p
- `uuid`
- `indexmap`
- `jiff`
- `smallvec`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.