Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Value construction with macro #5

Open
bdbai opened this issue Dec 27, 2021 · 1 comment
Open

Feature Request: Value construction with macro #5

bdbai opened this issue Dec 27, 2021 · 1 comment

Comments

@bdbai
Copy link
Contributor

bdbai commented Dec 27, 2021

It would be super convenient to compose a complex Value directly from a diagnostic notation literal with a macro, similar to serde_json::json!.

@quininer
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants