initSidebarItems({"fn":[["copy","Copies the entire content of a buffered reader into a writer."],["copy_until","Copies the content of a buffered reader into a writer until a delimiter is reached."]],"mod":[["buf_redux_reexport",""],["mock",""]],"struct":[["Bytes","An iterator over `u8` values of a reader."],["Chars","An iterator over the `char`s of a reader."],["Collect","A reader adapter over an iterator of readers"],["Repeat","An adapter that restarts from the beginning after EOF is reached."],["Retry","An adapter that retries reading/writing operations of the underlying reader or writer."],["Split","An iterator over the contents of an instance of `BufRead` split on a particular byte."],["Take","Adapter which limits the bytes read from / written to an underlying reader / writer."]],"trait":[["BufRead","Alternative to `std::io::BufRead`"],["BufReadGrow","A `BufReadGrow` is a `BufRead`er that has the ability to read additional data even if the buffer is not empty."],["Read","Alternative to `std::io::Read`"],["Stream","Base trait for generic stream operations"],["Write","Alternative to `std::io::Write`"]],"type":[["BufReader","Alternative to `std::io::BufReader`"]]});