Crate keepass_ng
source ·Expand description
Re-exports§
pub use self::config::DatabaseConfig;pub use self::db::Database;pub use self::error::Error;pub use self::error::Result;
Modules§
- Configuration options for how to compress and encrypt databases
- Types for representing data contained in a
KeePassdatabase - Error types that this crate can return
Macros§
Structs§
- A
KeePasskey, which might consist of a password and/or a keyfile - A database group with child groups and entries
- IconId is a usize that represents an icon in the database The value is the index of the icon in the database’s icon list
- ISO 8601 combined date and time without timezone.
- A Universally Unique Identifier (UUID).