Open
Description
Looking at https://github.com/bazelbuild/rules_rust/tree/0.5.0/util/label I'm wondering why it effectively only wraps a some owned data elsewhere. Would it make sense to allow Label
to be a struct which owns a string and can comfortably parse out repository_name
, package_name
, and target
?