Skip to main content

encode_object_lisp

Function encode_object_lisp 

Source
pub fn encode_object_lisp(cx: &mut WriteCx<'_>, value: Value) -> Result<String>
Expand description

Encodes a runtime Value to Lisp text via its object encoder, rendering constructor, tagged-data, and opaque object encodings as s-expression forms.