pub fn decode_clojure_edn_tree(
cx: &mut ReadCx<'_>,
source_id: impl Into<String>,
input: Input,
) -> Result<LocatedExprTree>Expand description
Decodes EDN source into a LocatedExprTree, interning source text and enforcing decode budgets.
Entry point used by ClojureEdnCodec to map surface
syntax onto the located Expr tree.