amethyst / amethyst/serde-diff
Use const generics for array impl
Ouverte
- Langage dominant
- Rust
- Étoiles
- 127
- Forks
- 21
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
`min_const_generics` is in stable now, so we can use it for the array impl:
https://github.com/amethyst/serde-diff/blob/e461da41c9339af3ecadf9f4aa61ae91c1f79e97/src/implementation.rs#L17
Other crates have also switched to const generics for array impls (such as [`arrayvec`](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md#060)).
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.