Open bdbai opened 2 years ago
I am not interested in this feature, you can use Value
to construct it manually. I prefer to use the core::types
construct, which will have less overhead.
But if someone is willing to implement it, I am also happy to accept it.
It would be super convenient to compose a complex
Value
directly from a diagnostic notation literal with a macro, similar toserde_json::json!
.