BROAD_MINIMUM_BUFFER_LEN

Constant BROAD_MINIMUM_BUFFER_LEN 

Source
const BROAD_MINIMUM_BUFFER_LEN: usize = 20;
Expand description

The minimum buffer length required for any of BorrowedBuffer’s integer formatting APIs to work.

This relies on the fact that the maximum padding is clamped to 20.