Constant rustix::io::PIPE_BUF

pub const PIPE_BUF: usize = imp::io::PIPE_BUF;
Documentation

PIPE_BUF—The maximum length at which writes to a pipe are atomic.

References