[][src]Function simplebase::engine::load_hash_database

pub fn load_hash_database(database_name: &str) -> RecordData

This loads a file that was saved using the "save_database" function which can then be used with the appropriate methods.

Examples


let loaded_hash =  simplebase::engine::load_hash_database("test1base.txt");

Panics

If the file does not exist then this function will panic!()