Skip to content
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

Implement decimal string conversions, cleanup #40

Merged
merged 6 commits into from
Oct 6, 2024
Merged

Implement decimal string conversions, cleanup #40

merged 6 commits into from
Oct 6, 2024

Conversation

kaidokert
Copy link
Owner

@kaidokert kaidokert commented Oct 6, 2024

  • Add u64 word sizes
  • Remove clunky to_ne_bytes implementation
  • add to_radix_str
  • Fix to_radix_str to support any radix from 2 to 16

Fixes #36

@kaidokert kaidokert changed the title V1 11 Implement decimal string conversions, cleanup Oct 6, 2024
@coveralls
Copy link
Collaborator

Coverage Status

coverage: 81.766% (-0.04%) from 81.805%
when pulling 70bb7f4 on v1_11
into 9460043 on main.

@kaidokert kaidokert merged commit b106cbd into main Oct 6, 2024
7 of 9 checks passed
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.

from_str_radix panicking with decimal
2 participants