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

Should this crate parse integer types #72

Open
tcharding opened this issue Feb 14, 2024 · 3 comments
Open

Should this crate parse integer types #72

tcharding opened this issue Feb 14, 2024 · 3 comments

Comments

@tcharding
Copy link
Member

Currently we parse integer types in rust-bitcoin, should this crate provide impls of FromHex for stdlib integer types?

@tcharding tcharding changed the title Should this crate pars integer types Should this crate parse integer types Feb 14, 2024
@Kixunil
Copy link
Collaborator

Kixunil commented Feb 15, 2024

I think no. There's from_str_radix on integers already.

@tcharding
Copy link
Member Author

Fair point.

@tcharding
Copy link
Member Author

Reference discussion in #74 for reasons why we now think we should implement this at some later date.

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

No branches or pull requests

2 participants