issues
search
novifinancial
/
serde-reflection
Rust libraries and tools to help with interoperability and testing of serialization formats based on Serde.
Apache License 2.0
139
stars
42
forks
source link
[Serde reflection] improve tracing
#93
Closed
ma2bd
closed
3 years ago
ma2bd
commented
3 years ago
Summary
Add new API
trace_simple_type
(more intuitive for a quick start on simple cases)
Simplify code for format unification, thanks to
https://github.com/rust-lang/rust/issues/68354
Generalize format unification to support repeated calls to
trace_value
(see unit tests).
Test Plan
CI
Summary
trace_simple_type
(more intuitive for a quick start on simple cases)trace_value
(see unit tests).Test Plan
CI