Several of the variants seem to resolve this concern by treating crate
the same as the name of dependencies - @crate::foo::Bar
, [crate]::foo::Bar
, :crate::foo::Bar
, crate:foo::Bar
all treat crate
as equivalent to regex
or serde
.
Several of the variants seem to resolve this concern by treating crate
the same as the name of dependencies - @crate::foo::Bar
, [crate]::foo::Bar
, :crate::foo::Bar
, crate:foo::Bar
all treat crate
as equivalent to regex
or serde
.