Skip to main content

DigitBuffer

Type Alias DigitBuffer 

Source
pub type DigitBuffer = SmallVec<[u8; 32]>;
Expand description

Small vector for digit buffers (≤32 bytes on stack)

Stack-allocated buffer used for packed/zoned decimal digit processing. The 32-byte inline capacity handles typical COBOL numeric fields (up to PIC S9(31)) without heap allocation.

Aliased Type§

pub struct DigitBuffer { /* private fields */ }