rasn icon indicating copy to clipboard operation
rasn copied to clipboard

Adding optional tracing

Open Nicceboy opened this issue 5 months ago • 7 comments

For debugging purposes, it would be exceptionally useful if we add, for example tracing support as an optional compile-time feature. It will come with performance cost but reduces the need to split complex types for smaller parts to see what is wrong.

E.g. every encode/decode method could log the value, constraints, encoded length and encoded value bytes.

Nicceboy avatar Sep 15 '24 10:09 Nicceboy