Perhaps generalize this into reader macros Tries to parse &str into Value::Keyword Example Successes: :a => Value::Keyword(Keyword { sym: Symbol { name: "a" }) :cat-dog => Value::Keyword(Keyword { sym: Symbol { name: "cat-dog" }) Example Failures: :12 :'a
(input: &str)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected