Add a trait arbitrary_int::Extract with all the extract functions implemented for both arbitrary_int types and for Rust native integer types. That way we can call for example u8::extract_u32(x, y) in the same way as u7::extract_u32(x, y).
Happy to help implement this if it makes sense for the library.
Add a trait
arbitrary_int::Extractwith all the extract functions implemented for both arbitrary_int types and for Rust native integer types. That way we can call for example u8::extract_u32(x, y) in the same way as u7::extract_u32(x, y).Happy to help implement this if it makes sense for the library.