We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improve the docs: https://fmt.dev/latest/api.html#formatting-user-defined-types, particularly documenting what the inputs and the outputs are in parse and format and provide a more interesting example.
parse
format
The text was updated successfully, but these errors were encountered:
Am I right to suspect the "more interesting example" include suppressing a leading - when a floating point number happens to be rounded to all-zeroes?
-
Sorry, something went wrong.
That's not what I had in mind but now I'm considering - suppression as an example =).
No branches or pull requests
Improve the docs: https://fmt.dev/latest/api.html#formatting-user-defined-types, particularly documenting what the inputs and the outputs are in
parse
andformat
and provide a more interesting example.The text was updated successfully, but these errors were encountered: