facebookarchive/cargo-guppy

Consider implementing a separate PackageId struct

sunshowers opened this issue · 0 comments

The current PackageId struct seems unnecessarily big (3 words instead of 2) and maybe should be implemented as a dynamically sized newtype wrapper around str.