rust-bitfield icon indicating copy to clipboard operation
rust-bitfield copied to clipboard

`const fn` getters

Open Apanatshka opened this issue 10 months ago • 2 comments

I'm using bitfield combined with varlen, which allows const expressions over fields to be used to compute lengths of arrays. Would it be possible to generate const fn getters for bit fields so I can use those in my computation?

Apanatshka avatar Apr 09 '24 13:04 Apanatshka