parasyte / onlyargs

Only argument parsing! Nothing more.
MIT License
13 stars 2 forks source link

Feature request: Standalone `onlyargs_derive` #41

Open parasyte opened 4 months ago

parasyte commented 4 months ago

To use onlyargs_derive, dependents need to also depend on onlyargs. This used to be the case with serde_derive, too; you had to include both crates to use the proc-macro. I'm not sure how they solved, that, but I want to do something similar here. Users should be able to depend on onlyargs_derive alone.