v0.16.1
0.16.1 (2024-07-24)
This release:
- Adds a "tracing decoder" (via
scale_value::scale::tracing::{decode_as_type,*}), which is likescale_value::scale::decode_as_type, but traces and hands back much more detail in case of a decoding failure, so that it's easier to track down where decoding failed. This is particularly useful when working with historic type information, which must be provided independently and could easily be misaligned with reality. (#52)