Replies: 1 comment 2 replies
-
Our ideal state is that all of our examples should be available in both builder and derive. If we only have one, we err on the side of builder as its more universally applicable. We are fully open for people to port our builder-only examples to have a derive variant using our existing patterns for this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
More of a documentation discussion, I recently was playing around with making a repl with clap, but had a hard time finding examples of this being done with the derive API. I would like to suggest adding an example of a repl that utilizes derive vs the builder API. I've created a repo here for the discussion, open to any changes or feedback.
Beta Was this translation helpful? Give feedback.
All reactions