Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 447 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 447 Bytes

keepass

Unofficial & unaffiliated keepass-rs FFI wrapper.

Development

  • Install cbindgen: cargo install --force cbindgen.
  • To generate pgp-ffi.h C bindings for Rust, use cbindgen in the pgp-ffi directory:
    cbindgen --config cbindgen.toml --crate keepass-ffi --output pgp-ffi.h