[][src]Function rsure::parse_store

pub fn parse_store(text: &str) -> Result<Box<dyn Store>>

Parse a command line specified path to determine the parameters and type of store desired. The path can be the path to a directory. In this case, look at possible filenames to determine the other parameters. The path can also give a filename of one of the surefiles, and we will derive the name information from that.