• Stars
    star
    134
  • Rank 270,152 (Top 6 %)
  • Language
    Rust
  • License
    ISC License
  • Created almost 10 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crate to use KeePass databases in Rust

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).