jsanders / rust-bignum

Bignum bindings for rust backed by GMP
MIT License
16 stars 5 forks source link

Nightly updates #2

Closed renato-zannon closed 10 years ago

renato-zannon commented 10 years ago

A few changes to make the library compile against the current (a3b28cb 2014-04-28) rust nightly.

The main change is the fact that ~[T] isn't growable anymore, so I used a Vec instead. There are also smaller syntax updates to fix a few warnings.

jsanders commented 10 years ago

Thanks!