var searchIndex = {}; searchIndex["netio"] = {"doc":"Alternative implementation of many functions found in `std::io`, but suitable for blocking IO\nover networks.","items":[[3,"Bytes","netio","An iterator over `u8` values of a reader.",null,null],[3,"Split","","An iterator over the contents of an instance of `BufRead` split on a\nparticular byte.",null,null],[5,"copy","","Copies the entire contents of a buffered reader into a writer.",null,{"inputs":[{"name":"r"},{"name":"w"}],"output":{"name":"result"}}],[8,"ReadExt","","Extension methods for `std::io::Read`",null,null],[11,"buffer","","Creates a buffered reader with default capacity",0,null],[8,"BufReadExt","","Extension methods for `std::io::BufRead`",null,null],[11,"read_to_end_net","","Read all bytes until EOF in this source, placing them into `buf`.",1,null],[11,"bytes_net","","Transforms this `BufRead` instance to an `Iterator` over its bytes.",1,null],[11,"read_until_net","","Read all bytes into `buf` until the delimiter `delim` is reached.",1,null],[11,"split_net","","Returns an iterator over the contents of this reader split on the byte\n`byte`.",1,null],[11,"next","","",2,null],[11,"next","","",3,null]],"paths":[[8,"ReadExt"],[8,"BufReadExt"],[3,"Bytes"],[3,"Split"]]}; initSearch(searchIndex);