BurntSushi/bstr

BArray type?

オープン

#224 opened on 2026/03/26

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (73 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,070 個のスター)
PR merge metrics
 (平均マージ 233d) (30d で 9 merged PRs)

説明

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.

コントリビューターガイド