pub fn validate()Expand description
Validate that the consumer’s dependencies match this battery pack’s specs.
Call from the consumer’s build.rs:
ⓘ
fn main() {
error_battery_pack::validate();
}