Expand description
browserpass-host-rs โ Rust port of browserpass-native plus zpwrchrome extensions (otp, search, segmented download manager).
The ported/ tree is a strict 1:1 port of the upstream Go source โ every
file mirrors a single upstream Go file by stem and relative subpath, every
fn cites // go:NN line origins, every Go comment carries over verbatim.
The extensions/ tree is additive Rust-only code: features upstream
browserpass-native does not have. Extension actions are dispatched by
bin/browserpass_host_rs.rs before falling through to the ported
dispatcher, so the upstream protocol is unchanged.
Modulesยง
- diag
- Diagnostic logger for the zpwrchrome native host.
- extensions
- Additive features NOT present in upstream browserpass-native.
- frame
- ported
- 1:1 Rust port of upstream
browserpass-native.