rust-bitfield
rust-bitfield copied to clipboard
`const fn` getters
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?