Enum cargo::util::Freshness
[−]
[src]
pub enum Freshness { Fresh, Dirty, }
Indication of the freshness of a package.
A fresh package does not necessarily need to be rebuilt (unless a dependency was also rebuilt), and a dirty package must always be rebuilt.
Variants
Fresh | |
Dirty |