Skip to main content

DEFAULT_STDIO_BUF_SIZE

Constant DEFAULT_STDIO_BUF_SIZE 

Source
pub const DEFAULT_STDIO_BUF_SIZE: usize = 1024;
Expand description

When reading a CDR or tariff from stdin create a String with this default capacity to avoid needless allocations.