Hey there, I loved using rc-zip-sync for an earlier project. The API is straight to the point and very nice. However, I don't understand how async is done in rc-zip-tokio considering it delegates all file operations to positioned_io. To that end: why not have some wrapper/implement HasCursor for any type that is AsyncRead + AsyncSeek?
Hey there, I loved using
rc-zip-syncfor an earlier project. The API is straight to the point and very nice. However, I don't understand how async is done inrc-zip-tokioconsidering it delegates all file operations topositioned_io. To that end: why not have some wrapper/implementHasCursorfor any type that isAsyncRead + AsyncSeek?