Skip to content

0.6.0

Compare
Choose a tag to compare
@gentoo90 gentoo90 released this 12 Jun 21:45
· 81 commits to master since this release
  • Breaking change: create_subkey, create_subkey_with_flags, create_subkey_transacted and
    create_subkey_transacted_with_flags now return a tuple which contains the subkey and its disposition
    which can be REG_CREATED_NEW_KEY or REG_OPENED_EXISTING_KEY (#21).
  • Examples fixed to not use unwrap according to Rust API guidelines.