rapidyaml  0.10.0
parse and emit YAML, and do it fast
Format specifiers

Format specifiers are tag types and functions that are used together with to_chars: generalized chars to value and from_chars: generalized chars to value. More...

Modules

 boolean specifiers
 
 Integer specifiers
 
 Pad the number with zeroes on the left
 
 Check read for overflow
 
 Real specifiers
 
 Raw binary data
 
 Alignment specifiers
 
 Base64
 

Detailed Description

Format specifiers are tag types and functions that are used together with to_chars: generalized chars to value and from_chars: generalized chars to value.

See also
a formatting sample in rapidyaml's docs