You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serde feature seems to be completely broken. Not only does BitfieldUnit not implement the traits, serde also does not support unions! cargo test --all-features fails with 30 errors on main.
The serde feature seems to be completely broken. Not only does
BitfieldUnitnot implement the traits, serde also does not support unions!cargo test --all-featuresfails with 30 errors onmain.