asyncio-utils

Crates.ioasyncio-utils
lib.rsasyncio-utils
version0.4.4
sourcesrc
created_at2023-08-07 12:44:59.636887
updated_at2023-08-10 02:13:59.430624
descriptionSupport limit,skip on AsyncRead traits
homepage
repositoryhttps://github.com/wushilin/asyncio-utils.git
max_upload_size
id937901
size23,352
Wu Shilin (wushilin)

documentation

README

Support asyncio wrapper for AsyncSeek to enhance the following:

  • Allow specify optional read limit (number of bytes)
  • Allow you to unread data (put it back to the stream)
  • Allow you to seek on the wrappers if the original stream supports seeking
Commit count: 0

cargo fmt