js_int
js_int copied to clipboard
Add a feature that adds a kind method to ParseIntError
Needs to be off-by-default since it has to delegate to std's ParseIntError::kind to be useful, and that method is unstable.
This has been stable since rust 1.55 at this point.