I'd like to be able to read integers containing underscores (a thousands separator)
- instrument: 5_000_000
other_field: this string contains an _
- instrument: 5_000_000
other_field: this string contains an _
How is this possible using serde_yaml?