ferro-wallet 0.2.69

Digital wallet pass issuance (Apple .pkpass + Google Wallet) for the Ferro framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
# ferro-wallet

Digital wallet pass issuance for the Ferro framework — Apple `.pkpass` files and Google Wallet save-links.

The crate exposes a `WalletSubject` trait (the content contract any downstream model implements for its domain object), an `ApplePassBuilder` (PKCS#7-signed `.pkpass` ZIP), and a `GoogleWalletBuilder` (RS256-signed save JWT pointing at `pay.google.com/gp/v/save/{jwt}`). Image normalisation and QR generation helpers are bundled. Reads `APP_NAME` / `APP_URL` from environment, matching the project-agnostic convention shared by every `ferro-*` crate.

Status: part of the [ferro](https://github.com/albertogferrario/ferro) framework workspace.

Documentation: https://docs.rs/ferro-wallet

License: MIT