formats icon indicating copy to clipboard operation
formats copied to clipboard

der: add `DecodeValue::decode_value_nested`

Open dishmaker opened this issue 6 months ago • 2 comments

This PR moves read_nested out of pub(crate) fn read_value.

Such trait function allows us to disable read_nested selectively for some primitive types, like OctetStringRef.

dishmaker avatar Aug 22 '25 12:08 dishmaker

@dishmaker have you benchmarked what the actual impact of this is?

tarcieri avatar Aug 31 '25 17:08 tarcieri

I did not benchmark it.

dishmaker avatar Aug 31 '25 18:08 dishmaker

Need to benchmark this and rebase

dishmaker avatar Feb 11 '26 18:02 dishmaker