toml_edit 0.22.13

Yet another format-preserving TOML parser.
Documentation
1
2
3
4
5
6
TOML parse error at line 1, column 20
  |
1 | bad-hex-esc-1 = "\x0g"
  |                    ^
invalid escape sequence
expected `b`, `f`, `n`, `r`, `t`, `u`, `U`, `\`, `"`