pub const DEFAULT_STDIO_BUF_SIZE: usize = 1024;
When reading a CDR or tariff from stdin create a String with this default capacity to avoid needless allocations.
stdin