battery-pack: Framework for building battery packs.
Battery packs are curated collections of crates that work well together, re-exported through a single facade for easy consumption.
For Battery Pack Authors
Use cargo battery new my-pack to create a new battery pack, or add the
following to an existing crate:
Cargo.toml:
[]
= 1
[]
= "0.1"
build.rs:
lib.rs:
include!;