Robuta

Sponsor of the Day: Jerkmate
https://doc.rust-lang.org/std/io/struct.Split.html Split in std::io - Rust An iterator over the contents of an instance of `BufRead` split on a particular byte. std io rustsplit https://doc.rust-lang.org/std/io/struct.Empty.html Empty in std::io - Rust `Empty` ignores any data written via `Write`, and will always be empty (returning zero bytes) when read via `Read`. std io rustempty https://doc.rust-lang.org/std/io/struct.Error.html Error in std::io - Rust The error type for I/O operations of the `Read`, `Write`, `Seek`, and associated traits. std io rusterror https://doc.rust-lang.org/std/io/struct.BorrowedCursor.html BorrowedCursor in std::io - Rust A writeable view of the unfilled portion of a `BorrowedBuf`. std io rust https://doc.rust-lang.org/std/io/trait.BufRead.html BufRead in std::io - Rust A `BufRead` is a type of `Read`er which has an internal buffer, allowing it to perform extra ways of reading. std io rust https://doc.rust-lang.org/std/io/struct.IoSlice.html IoSlice in std::io - Rust A buffer type used with `Write::write_vectored`. std io rust https://doc.rust-lang.org/std/io/index.html std::io - Rust Traits, helpers, and type definitions for core I/O functionality. std io rust https://doc.rust-lang.org/std/io/type.Result.html Result in std::io - Rust A specialized `Result` type for I/O operations. std io rustresult https://doc.rust-lang.org/std/io/struct.IoSliceMut.html IoSliceMut in std::io - Rust A buffer type used with `Read::read_vectored`. std io rust https://doc.rust-lang.org/std/io/trait.Write.html Write in std::io - Rust A trait for objects which are byte-oriented sinks. std io rustwrite https://doc.rust-lang.org/std/io/struct.Bytes.html Bytes in std::io - Rust An iterator over `u8` values of a reader. std io rustbytes https://doc.rust-lang.org/std/io/struct.Lines.html Lines in std::io - Rust An iterator over the lines of an instance of `BufRead`. std io rustlines https://doc.rust-lang.org/std/io/struct.Cursor.html Cursor in std::io - Rust A `Cursor` wraps an in-memory buffer and provides it with a `Seek` implementation. std io rustcursor https://doc.rust-lang.org/std/io/struct.BorrowedBuf.html BorrowedBuf in std::io - Rust A borrowed byte buffer which is incrementally filled and initialized. std io rust https://doc.rust-lang.org/nightly/std/io/trait.Write.html Write in std::io - Rust A trait for objects which are byte-oriented sinks. std io rustwrite https://doc.rust-lang.org/std/io/struct.BufWriter.html BufWriter in std::io - Rust Wraps a writer and buffers its output. std io rust https://doc.rust-lang.org/std/os/windows/io/struct.BorrowedHandle.html BorrowedHandle in std::os::windows::io - Rust std osio rustwindows