//! High-level Rust client for the KeePassXC browser integration protocol.
//!
//! This crate implements the native messaging protocol that the official
//! KeePassXC browser extensions use to communicate with the KeePassXC GUI.
//! It manages the NaCl based key exchange, message encryption and exposes
//! a strongly typed, synchronous API for common actions such as
//! `associate`, `get-logins` and `generate-password`.
pub use crate;
pub use crateKpxError;
pub use crate;
pub use crate;