jsanders / rust-bignum

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

Update for rust 0.11 #1

Closed tomshen closed 10 years ago

tomshen commented 10 years ago

libc is no longer in std::libc but in an external crate, so I changed that. Additionally, since fields in a struct are private by default, and since the compiler now flags unnecessary privs as errors, I removed the privs in gmp.rs.