extprim
=======
[](https://travis-ci.org/kennytm/extprim)
Extra primitive types. Currently includes:
* u128 (unsigned 128-bit integers)
* i128 (signed 128-bit integers)
```toml
# Cargo.toml
[dependencies.extprim]
git = "https://github.com/kennytm/extprim"
```