Type Alias zepter::CrateId

source ·
pub type CrateId = String;
Expand description

Unique Id of a Rust crate.

These come in the form of: <NAME> <VERSION> (<SOURCE>)
You can get an idea by using cargo metadata | jq '.packages' | grep '"id"'.

Aliased Type§

struct CrateId { /* private fields */ }