pub type ContentID = Rc<str>;Expand description
Identifier for content (e.g. package/layer). Not necessarily human readable. For example in RPMs, this may be a full “NEVRA” i.e. name-epoch:version-release.architecture e.g. kernel-6.2-2.fc38.aarch64 But that’s not strictly required as this string should only live in memory and not be persisted.
Aliased Type§
pub struct ContentID { /* private fields */ }