battery-pack
The battery-pack crate provides two things:
- The
cargo bpCLI for working with battery packs - Common infrastructure for authoring battery packs
What's a Battery Pack?
A battery pack bundles everything you need to get started in an area: curated crates, documentation, examples, and templates.
Think of it like an addition to the standard library targeting a particular use case, like building a CLI tool or web server.
Installing the CLI
# or
Using the CLI
# Create a new project from a battery pack template
# Add a battery pack to your project
# Show info about a battery pack
Authoring Battery Packs
The battery-pack crate is also a battery pack itself.
# Create a new project from a battery pack template