pub const MAX_ANNOTATION_NESTING: usize = 256;
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.