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
I did some experiments with ctor stuff recently and ended up implementing just the #[ctor] attribute here without using syn. Feel free to use this: https://crates.io/crates/small_ctor
That version also makes unsafe mandatory (also proposed by #159).
I'm happy to contribute. I mostly ended up with having this separate for now because I didn't feel enough motivation to touch all the other parts of it yet (static, dtor) which I do not need.
This adds some extra compile time that we really don't need.
The text was updated successfully, but these errors were encountered: