raymontag / rust-keepass

Crate to use KeePass databases in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-keepass

Build Status Coverage Status

Usage

We try to take care that all security related functions are not optimized away by the compiler (see issue #4). However we can not ensure that this really works. If you want to be on the safe side, turn optimization with the opt-level-option off like it is described here. It is necessary that you do this in the top-level project as dependency options are overwritten!

License

See the LICENSE file for license rights and limitations (ISC).

About

Crate to use KeePass databases in Rust

License:ISC License


Languages

Language:Rust 100.0%