sru-systems / rust-kpdb

Rust library for reading and writing KeePass 2 and KeePassX databases
Apache License 2.0
13 stars 5 forks source link

Get parent of an Entry or Group #5

Closed ghosty141 closed 4 years ago

ghosty141 commented 4 years ago

Hi, is there a way to get the parent Group of an Entry or a Group? Right now I don't really see a way to find the parent of a group without having to go through all entries and check where the UUID matches.

Is this even possible?

ghosty141 commented 4 years ago

I implemented this in pull request #6. This can be closed if it gets merged.

mrijkeboer commented 4 years ago

I merged #6.