pub type Kid = PackageId;
A crate’s unique identifier
struct Kid { pub repr: String, }
repr: String
The underlying string representation of id.