-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More features for Float
#178
Comments
I just want to second There are other ways around it - like writing helper functions to convert my data structures to non-generic types that implement |
Here's a fun workaround: https://docs.rs/debugit/0.1.0/debugit/struct.DebugIt.html (Requires nightly right now, but you just use it for debugging anyway). |
Oh neat, thanks! |
Require newline to be written successfully
This issue was moved to rust-num/num-traits#8 |
If
Float
truly is forf32
andf64
(it should be), we can frontload it with as much features as possible.Wishlist:
'static
Display + Debug + LowerExp + UpperExp
The text was updated successfully, but these errors were encountered: