Module capnp::io

source ·
Expand description

Custom I/O traits that roughly mirror std::io::{Read, BufRead, Write}. This extra layer of indirection enables support of no-std environments.

Traits§

  • A rough approximation of std::io::BufRead.
  • A rough approximation of std::io::Read.
  • A rough approximation of std::io::Write.