1 2 3 4 5 6 7 8 9 10 11 12 13 14
# Quickstart ```bash cargo xtask setup cargo run --example quickstart ``` If you are adopting the crate in another project: ```bash cargo add batpak ``` Then start with `StoreConfig::new(...)`, `Store::open(...)`, and the `prelude`.