[][src]Module capnp::io

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

Traits

BufRead

A rough approximation of std::io::BufRead.

Read

A rough approximation of std::io::Read.

Write

A rough approximation of std::io::Write.