dzamlo / rust-bitfield

This crate provides macros to generate bitfield-like struct.
Apache License 2.0
157 stars 19 forks source link

Add something more generic than into #14

Open dzamlo opened 6 years ago

dzamlo commented 6 years ago

We should add a way to call arbitrary method on the value before returning it. For example to do endianness conversion.

I don't know yet how it would look like.