kpx
High-level Rust client for the KeePassXC browser integration protocol. The crate mirrors the native messaging API that the official browser extensions speak and exposes a strongly typed, synchronous abstraction.
Installation
[]
= "0.1.0"
No optional features are exposed – every consumer gets the full transport, crypto, and serialization stack.
Usage
use ;
Custom transports
You can supply your own transport by implementing the Transport trait and constructing KeePassXcClient::new(custom_transport).
License
Licensed under MIT – see the workspace LICENSE file for details.