DEFAULT_BUFFER_SIZE

Constant DEFAULT_BUFFER_SIZE 

Source
pub const DEFAULT_BUFFER_SIZE: usize = 8192; // 8_192usize
Expand description

The default buffer size. This constant defines the default size for buffers used in I/O/// operations, such as reading from a network stream.