This crate is intended to provide a fast and generic parseInt()-like implementation for Rust, which mostly follows the specification described in the MDN parseInt() documentation. parse_int() and ...