Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Ron `0.9` refactored the `Number` value variant to be lossless, which requires more thorough matching. - 128 integer support in Ron requires feature opt-in via `Cargo.toml`, (_as `ValueKind` implements an equivalent type, `config-rs` could opt-in_). - Ron `0.9` also introduces a new `Bytes` value variant to support rusty byte strings (`Vec<u8>`). This was to resolve a roundtrip serialization bug with base64 strings when serde `deserialize_any` is used (_which lacks a type hint and would deserialize as a literal string to bytes, instead of base64 decoded string to bytes_). - Clarified that the option value variant dereferences a boxed ron value. Signed-off-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
- Loading branch information