-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
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.