An async reader for files or other potential huge amount of data. It allows to only read the data, which is needed, which saves memory and computing cost.
Methods
Creates a new reader from the consumed bytes.
Read from the actual position of the reader to the end. Returns a Result
Read from the actual position of the reader to the end. Returns a Result<Vec
Read from the actual position of the reader a single Byte. Returns a Result<Vec