Skip to content

serde: handle float constants as serde does

The serde_yaml crate handles floating point constants such as NaN and Inf as special string constants. Transform these through the merge key APIs faithfully.

Fixes: #5 (closed)

Merge request reports