Skip to main content

PIO_ERRBUF_MIN

Constant PIO_ERRBUF_MIN 

Source
pub const PIO_ERRBUF_MIN: usize = 256;
Expand description

A comfortable error-buffer size: pass a char[PIO_ERRBUF_MIN] to any errbuf/warnbuf parameter and a message always fits without truncation.