Module expectrl::stream

source ·
Expand description

Stream module contains a set of IO (write/read) wrappers.

Modules

  • This module container a LogStream which can wrap other streams in order to log a read/write operations.
  • The module contains a nonblocking version of std::io::Stdin.