Aatch / ramp

RAMP - Rust Arithmetic in Multiple Precision
Apache License 2.0
263 stars 38 forks source link

[Feature Request] Implement From trait for i128 and u128 #109

Closed GrayJack closed 6 years ago

GrayJack commented 6 years ago

Just for completeness sake :smile:

Would it be as simple as putting i128 in the impl_from_prim!(signed i8, i16, i32, i64, isize); and u128 in the impl_from_prim!(unsigned u8, u16, u32, u64, usize);?

rozbb commented 6 years ago

Thanks for the suggestion! This is now available in 0.5.1