:art: Initial CogReader struct with decoder field
Defining a Cloud-Optimized GeoTIFF Reader struct with a decoder field containing an instance of tiff::decoder::Decoder with an unlimited decoding buffer size by default. Marking the struct as private for now until more method implementations are done.