Crate peekable

source ·
Expand description

Peakable peeker and async peeker

Modules§

  • futurefuture
    Asynchronous peek I/O
  • tokiotokio
    Traits, helpers, and type definitions for asynchronous peekable I/O functionality.

Macros§

  • Extracts the successful type of a Poll<T>.

Structs§

  • A wrapper around an Read types to make them support peek related methods.

Traits§

  • An extension trait which adds utility methods to Read types.