Skip to main content

MAX_CASE_MAPPING_LENGTH

Constant MAX_CASE_MAPPING_LENGTH 

Source
const MAX_CASE_MAPPING_LENGTH: usize = 3;
Expand description

https://github.com/rust-lang/rust/blob/1.97.1/library/core/src/char/mod.rs#L523

This is the maximum amount of characters that can be produced from case mapping, and by consequence the maximum amount of characters that can be produced during inline formatting context text transformation.