BurntSushi/bstr

BArray type?

Open

#224 aberto em 26 de mar. de 2026

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (73 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (1.070 stars)
Métricas de merge de PR
 (Mesclagem média 233d) (9 fundiu PRs em 30d)

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.

Guia do colaborador