Closed henninglive closed 7 years ago
Rust’s 128-bit integer types are currently unstable and feature gated behind the i128_type and i128 gates. It would be great if this crate supported them on nightly until they eventually become stabilized.
i128_type
i128
Sounds good to me. I would accept a PR to add this.
Great, I will create one.
Rust’s 128-bit integer types are currently unstable and feature gated behind the
i128_type
andi128
gates. It would be great if this crate supported them on nightly until they eventually become stabilized.