ruma / js_int

JavaScript-interoperable integer types for Rust
MIT License
16 stars 8 forks source link

Add a feature that adds a kind method to ParseIntError #8

Open jplatte opened 5 years ago

jplatte commented 5 years ago

Needs to be off-by-default since it has to delegate to std's ParseIntError::kind to be useful, and that method is unstable.