MCPcopy Create free account
hub / github.com/clojure-rs/ClojureRS / try_read_string

Function try_read_string

src/reader.rs:470–472  ·  view source on GitHub ↗

@TODO allow escaped strings Tries to parse &str into Value::String Example Successes: "this is pretty straightforward" => Value::String("this is pretty straightforward")

(input: &str)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

to_value_parserFunction · 0.85

Tested by

no test coverage detected