BurntSushi/bstr

BArray type?

Open

#224 aperta il 26 mar 2026

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Rust (73 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (1070 star)
Metriche merge PR
 (Merge medio 233g) (9 PR mergiate in 30 g)

Descrizione

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.

Guida contributor