Our Battery Packs
Anyone can publish a battery pack to crates.io — see Creating a Battery Pack if you’d like to make your own.
The following battery packs are maintained by the battery-pack-rs organization:
| Pack | Description |
|---|---|
| backend-service | Opinionated battery pack for resilient async backend services in Rust |
| ci | Battery pack for CI/CD workflows in Rust projects |
| cli | Battery pack for building CLI applications in Rust |
| embedded | Opinionated battery pack for embedded Rust — curates HALs, drivers, RTOSes, and no_std utilities from the awesome-embedded-rust ecosystem |
| error | Error handling done well — anyhow for apps, thiserror for libraries |
| logging | Battery pack for logging and tracing in Rust |