browserpass-host-rs 0.5.1

Rust port of browserpass-native (PROTOCOL.md v3.1.2) + extension actions for OTP, whole-store search, and a file-state segmented download manager.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 1:1 Rust port of upstream [`browserpass-native`](https://github.com/browserpass/browserpass-native).
//!
//! Every file under `ported/` mirrors a single upstream Go file by stem and
//! relative subpath. No invented helpers, no merged files. Discipline borrowed
//! from `zshrs/docs/PORT.md` and adapted to a Go→Rust port.

pub mod errors;
pub mod helpers;
pub mod request;
pub mod response;
pub mod version;