Closed TonalidadeHidrica closed 1 year ago
It may be nice idea to implement from_str_radix (and possibly some other missing functions).
from_str_radix
I can definitely do this. It should be simple to implement, as it can be delegated to std, with the range validation and error handling easily handled.
std
Implemented and released.
It may be nice idea to implement
from_str_radix
(and possibly some other missing functions).