create_c5store

Function create_c5store 

Source
pub fn create_c5store(
    config_file_paths: Vec<PathBuf>,
    options_option: Option<C5StoreOptions>,
) -> Result<(C5StoreRoot, C5StoreMgr), ConfigError>