var searchIndex = {}; searchIndex["kripher"] = {"doc":"Library for the [kripher][1] file encoder.","items":[[5,"encode","kripher","Encodes a vector of chars (`u8`).",null,{"inputs":[{"name":"vec"},{"name":"u64"}],"output":{"name":"vec"}}],[5,"decode","","Decodes a vector of numbers (`u64`) into a `String`.",null,{"inputs":[{"name":"vec"},{"name":"u64"}],"output":{"name":"string"}}],[0,"utils","","",null,null],[5,"split_into_numbers","kripher::utils","Convert a vector of bytes into a vector of numbers.",null,{"inputs":[{"name":"vec"}],"output":{"name":"vec"}}],[5,"read_stdin","","Reads from the standard input.",null,{"inputs":[],"output":{"name":"option"}}],[0,"options","kripher","",null,null],[3,"Options","kripher::options","Stores the options so our programs knows what to do.",null,null],[12,"version","","Whether the `--version` flag was activated or not.",0,null],[12,"encode","","Whether the `--encode` flag was activated or not.",0,null],[12,"decode","","Whether the `--decode` flag was activated or not.",0,null],[12,"rest","","The remaining command line arguments that weren't parsed.",0,null],[11,"from_args","","Takes a vector of `String` and creates a `Options` struct.",0,{"inputs":[{"name":"vec"}],"output":{"name":"options"}}]],"paths":[[3,"Options"]]}; initSearch(searchIndex);