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 the IntDigits trait be public? #40

Open
zeroflaw opened this issue Mar 4, 2022 · 0 comments
Open

should the IntDigits trait be public? #40

zeroflaw opened this issue Mar 4, 2022 · 0 comments

Comments

@zeroflaw
Copy link

zeroflaw commented Mar 4, 2022

I'm unable to get access to .digits() function as the trait seems to be behind a private module.

use num_bigint_dig::biguint::IntDigits;
    |                     ^^^^^^^ private module

Is this intentional or can this be made public / put behind a feature gate?

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

1 participant