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
The only thing I'd change about this library is the way const fn support is handled — once const fn traits get stabilized, I'll be able to remove a lot of workarounds.
This will obviously involve bumping the MSRV, so I'll also switch to the recently stabilized panic! in const contexts for static assertions — I don't think a MSRV bump is warranted just for error message quality.
The text was updated successfully, but these errors were encountered:
The only thing I'd change about this library is the way const fn support is handled — once const fn traits get stabilized, I'll be able to remove a lot of workarounds.
This will obviously involve bumping the MSRV, so I'll also switch to the recently stabilized
panic!
in const contexts for static assertions — I don't think a MSRV bump is warranted just for error message quality.The text was updated successfully, but these errors were encountered: