const BROAD_MINIMUM_BUFFER_LEN: usize = 20;
The minimum buffer length required for any of BorrowedBuffer’s integer formatting APIs to work.
BorrowedBuffer
This relies on the fact that the maximum padding is clamped to 20.
20