You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
To use
onlyargs_derive
, dependents need to also depend ononlyargs
. This used to be the case withserde_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 ononlyargs_derive
alone.The text was updated successfully, but these errors were encountered: