Robin Freyler
                                            Robin Freyler
                                        
                                    > My 2¢: in my opinion this is also deserving of attention, because I think and being able to `transmute()` to and from bitfield structs is valuable (even if those...
> Hm. I didn't realize the `From` impl was a no-op for little-endian systems. Still, I am imagining a situation where you have a section in memory that you do...
How common is mixed endianess in structs that could profit from `modular_bitfield` supporting field-wise endianess? I have the impression it is a niche feature and very much like the idea...
> For me to understand correctly, the current standing proposal is to add an endianess parameter to the #[bitfield] macro, which controls the endianess of all (non-struct) fields? There have...
Thank you for the improvements!
Hey @bramp, thanks a ton for the PR! We were having a long discussion about exactly this feature here: https://github.com/Robbepop/modular-bitfield/issues/46 (Sorry for the bad discoverability ...) As you will find...
This crate was designed and implemented long before Rust got its generic constant types. I cannot tell for sure how much work it would be to support this. Also this...
Ideally someone would fork this crate and implement all the tons of feature requests that are already in the pipeline. If the fork is successful I'd totally support it by...
I do not have the energy to maintain this crate at the moment. Otherwise I would do it since it is a pretty nice utility and of use to many...
Maybe some day in the future I will have energy to maintain this crate again and will come back if there was not already a successor crate then.