asyncio-utils 0.4.4

Support limit,skip on AsyncRead traits
Documentation
  • Coverage
  • 85.19%
    23 out of 27 items documented4 out of 24 items with examples
  • Size
  • Source code size: 32.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • wushilin

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