[][src]Crate kdbx4

This is an implementation of KeePass database file reader in Rust. This crate aim to work with KDBX version 4 format.

Structs

CompositeKey

The key to the database.

Database

Provides access to a database XML content.

Entry

Struct representing a password entry.

Kdbx4

Opens KeePass KDBX4 database.

Enums

Error

Type Definitions

KdbxResult