Skip to main content

MAX_ANNOTATION_NESTING

Constant MAX_ANNOTATION_NESTING 

Source
pub const MAX_ANNOTATION_NESTING: usize = 256;
Expand description

Maximum annotation nesting accepted even when a caller supplies a larger budget.

This implementation ceiling keeps recursive parsing below the host stack’s danger zone.