BurntSushi/bstr

BArray type?

Open

#224 ouverte le 26 mars 2026

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (73 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 070 stars)
Métriques de merge PR
 (Merge moyen 233j) (9 PRs mergées en 30 j)

Description

It would be helpful to have a fixed size BArray type which is just a [u8; N]. This is especially useful when reading bytes directly into packed structs (i.e. with bytemuck) instead of having to use an array.

If there is no overall rejection of such an addition I can work on a pr.

Guide contributeur