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?