Question: I’d like to publicly use the public API of a third party crate while implementing a new crate. For example, suppose I’m implementing a crate my_serializer which needs some kind of u7 type. This doesn’t exist in the core ...