var searchIndex = {};
searchIndex["lsio"] = {"doc":"","items":[[0,"macros","lsio","",null,null],[0,"commands","","",null,null],[5,"run_args","lsio::commands","run_args - pass in the cmd as low_level &str and args as a String slice",null,null],[5,"run_cli","","run_cli - pass in a String of a normal command line",null,{"inputs":[{"name":"string"}],"output":{"name":"result"}}],[0,"error","lsio","",null,null],[4,"Error","lsio::error","Core error types",null,null],[13,"ConfigFileIO","","Error reading raw contents of configuration file.",0,null],[13,"ConfigFileSyntax","","Parsing error while reading a configuration file.",0,null],[13,"ConfigInvalidArray","","Expected a valid array of values for configuration field value.",0,null],[13,"ConfigInvalidIpv4Addr","","Expected a valid Ipv4 network address for configuration field value.",0,null],[13,"ConfigInvalidSocketAddrV4","","Expected a valid SocketAddrV4 address pair for configuration field value.",0,null],[13,"ConfigInvalidString","","Expected a string for configuration field value.",0,null],[13,"ConfigInvalidUrl","","Expected a URL for configuration field value.",0,null],[13,"FileNotFound","","Occurs when a file that should exist does not or could not be read.",0,null],[13,"IO","","Occurs when making lower level IO calls.",0,null],[13,"ParseIntError","","When an error occurs parsing an integer.",0,null],[13,"StringFromUtf8Error","","When an error occurs converting a `String` from a UTF-8 byte vector.",0,null],[13,"Utf8Error","","When an error occurs attempting to interpret a sequence of u8 as a string.",0,null],[6,"Result","","",null,null],[11,"fmt","","",0,null],[11,"fmt","","",0,null],[11,"description","","",0,null],[11,"from","","",0,{"inputs":[{"name":"fromutf8error"}],"output":{"name":"self"}}],[11,"from","","",0,{"inputs":[{"name":"utf8error"}],"output":{"name":"self"}}],[11,"from","","",0,{"inputs":[{"name":"error"}],"output":{"name":"self"}}],[11,"from","","",0,{"inputs":[{"name":"parseinterror"}],"output":{"name":"self"}}],[0,"config","lsio","",null,null],[8,"ConfigFile","lsio::config","Defines the default ConfigFile operation of ```from_file``` and ```from_toml```",null,null],[16,"Error","","",1,null],[11,"from_file","","",1,{"inputs":[{"name":"t"}],"output":{"name":"result"}}],[10,"from_toml","","",1,{"inputs":[{"name":"value"}],"output":{"name":"result"}}],[8,"ParseInto","","ParseInto allows for many different types to be converted for toml::Value types.",null,null],[10,"parse_into","","",2,null],[0,"prompts","lsio","",null,null],[5,"confirm","lsio::prompts","confirmation prompt in a specific color.",null,{"inputs":[{"name":"str"},{"name":"bool"},{"name":"color"}],"output":{"name":"bool"}}],[14,"print_color","lsio","print! with a specific color.",null,null],[14,"println_color_quiet","","print_color! with quiet option.",null,null],[14,"println_color","","println! with a specific color.",null,null],[14,"println_color_quiet","","println_color! with a quiet option.",null,null],[14,"repeat_color","","repeat_color - Prints out a repeat of characters in a specific color.",null,null],[14,"repeat_color_with_ends","","repeat_color_with_ends - Prints out a repeat of characters in a specific color and centers\nany text passed in along with printing left end and right end characters.",null,null],[14,"repeat_color_quiet","","repeat_color! with quiet option.",null,null],[14,"repeat","","repeat - Prints out a repeat of characters",null,null]],"paths":[[4,"Error"],[8,"ConfigFile"],[8,"ParseInto"]]};
initSearch(searchIndex);