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
In googling whether Rust supports static assertions, I found this crate but initially dismissed it as only supporting a handful of hard coded assertion types, because I didn't know about const_assert. It seems like the README.md and docs should mention prominently somewhere "This handles 99% of use cases and if you're coming from C++ is the assert you're looking for."
The text was updated successfully, but these errors were encountered:
In googling whether Rust supports static assertions, I found this crate but initially dismissed it as only supporting a handful of hard coded assertion types, because I didn't know about
const_assert
. It seems like the README.md and docs should mention prominently somewhere "This handles 99% of use cases and if you're coming from C++ is the assert you're looking for."The text was updated successfully, but these errors were encountered: