Does anyone have recommendations for bitfield crates besides `bitbybit` and `bilge`? I am a big fan of `bilge`'s terseness, but has a "this won't compile in future Rust versions" warning and 10 months of inactivity Am an even bigger fan of `bitbybit`'s const-ness, but the latest published version of `bitbybit` generates builders that don't have a `build` function for any "non-full" type (terribly polluting one's public API in a way that I would really like to avoid), in spite of the fact that a fix for that problem was merged 4 months ago I'm trying poking at the respective repos for both crates to see which one will move to publish an (IMO) fixed release, but figured I could put out a feeler to see what others are using in the meantime