zpwrchrome-host 0.10.2

Native messaging host for the zpwrchrome Chrome extension. Rust port of browserpass-native (PROTOCOL.md v3.1.2) + extension actions for OTP, whole-store search, identity/CC autofill, and a file-state segmented download manager.
Documentation
1
2
3
4
5
6
7
8
9
//! Mirrors upstream `request/` directory.
pub mod common;
pub mod configure;
pub mod delete;
pub mod fetch;
pub mod list;
pub mod process;
pub mod save;
pub mod tree;