var searchIndex = {}; searchIndex["keepass"] = {"doc":"keepass: KeePass .kdbx database file parser for Rust","items":[[3,"Database","keepass","A decrypted KeePass database",null,null],[12,"root","","Root node of the KeePass database",0,null],[3,"Entry","","A database entry containing several key-value fields.",null,null],[12,"fields","","",1,null],[3,"Group","","A database group with child groups and entries",null,null],[12,"name","","The name of the group",2,null],[12,"child_groups","","The list of child groups",2,null],[12,"entries","","The list of entries in this group",2,null],[3,"NodeIter","","An iterator over Groups and Entries",null,null],[4,"OpenDBError","","",null,null],[13,"Io","","",3,null],[13,"Compression","","",3,null],[13,"Crypto","","",3,null],[13,"IncorrectKey","","",3,null],[13,"InvalidIdentifier","","",3,null],[13,"InvalidHeaderEntry","","",3,null],[13,"InvalidCipherID","","",3,null],[13,"InvalidCompressionSuite","","",3,null],[13,"InvalidInnerRandomStreamId","","",3,null],[13,"BlockHashMismatch","","",3,null],[4,"Value","","",null,null],[13,"Unprotected","","",4,null],[13,"Protected","","",4,null],[4,"Node","","",null,null],[13,"Group","","",5,null],[13,"Entry","","",5,null],[11,"fmt","","",0,null],[11,"fmt","","",3,null],[11,"fmt","","",4,null],[11,"fmt","","",1,null],[11,"get","","Get a field by name, taking care of unprotecting Protected values automatically",1,null],[11,"get_title","","Convenience method for getting the value of the 'Title' field",1,null],[11,"get_username","","Convenience method for getting the value of the 'UserName' field",1,null],[11,"get_password","","Convenience method for getting the value of the 'Password' field",1,null],[11,"fmt","","",2,null],[11,"open","","Open, decrypt and parse a KeePass database from a source and a password",0,{"inputs":[{"name":"read"},{"name":"str"}],"output":{"name":"result"}}],[11,"next","","",6,null],[11,"iter","","",2,null]],"paths":[[3,"Database"],[3,"Entry"],[3,"Group"],[4,"OpenDBError"],[4,"Value"],[4,"Node"],[3,"NodeIter"]]}; initSearch(searchIndex);