Skip to main content

Module response

Module response 

Source
Expand description

Response parsing: the inverse of super::envelope::format_response.

Functionsยง

expr_to_value
Convert a parsed Expr to a runtime Value.
parse_response
Parse a wire response frame into a Response.
try_expr_to_value
Fallible variant of expr_to_value: surfaces depth overflow as an EnvelopeError instead of silently substituting Value::Nil. Callers re-parsing untrusted printed lists (e.g. cli-core::render::reparse_list) use this so over-nested data is reported, not masked as an empty result.