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
This crate seems very useful to me, but unfortunately it provides no way to derive const constructors, and because of that I cannot use it for my project. I can't think why this wouldn't be the default, but nonetheless, an opt-in feature flag perhaps would be really helpful.
I would like to be able to use the constructors like so:
Related: #29
This crate seems very useful to me, but unfortunately it provides no way to derive
const
constructors, and because of that I cannot use it for my project. I can't think why this wouldn't be the default, but nonetheless, an opt-in feature flag perhaps would be really helpful.I would like to be able to use the constructors like so:
Where
Atom
is used in implementing a protocol that pre-defines these constants with the corresponding IDs. That means using aconst fn
like so:The text was updated successfully, but these errors were encountered: