-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Deprecate Macro API #2835
Comments
If users decide to fork clap_app and continue its development, some relevant commits |
I really like it and I was using it in most of my projects 😭 |
I did say "mostly" :) You are welcome to split it out into a separate crate! |
I'm updating them to use the Derivate API, which is cool too. Thanks for the hard work! |
I miss the |
The Macro API was meant to be a performant, ergonomic version of the builder API. However, there is a level of technical load in keeping it around and sufficiently documented and seems to mostly go unused.
Let's deprecate it for 3.0 and either spin it off into a standalone crate or remote it completely in a followup version.
The text was updated successfully, but these errors were encountered: