BurntSushi/bstr

BArray type?

Open

#224 geöffnet am 26. März 2026

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (73 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (1.070 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 233T) (9 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide