Skip to content

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Aug 29, 2025

Some users build the standard library with floating point parsing and formatting disabled. By default, zerocopy fails to build under these conditions because it assumes that this support exists. This commit adds support for --cfg no_fp_fmt_parse (the same name used to disable floating point support in the standard library).

Closes #2673

Some users build the standard library with floating point parsing and
formatting disabled. By default, zerocopy fails to build under these
conditions because it assumes that this support exists. This commit adds
support for `--cfg no_fp_fmt_parse` (the same name used to disable
floating point support in the standard library).

Closes #2673
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow removing floating point operations
1 participant