I've got rust 1.18.0 on windows 10 and I'd like to write something that uses bignums. The rug library looks like a good choice, but a cargo build
on a project using it fails because building gmp calls ln -s
somewhere down the line.
- Is there a rust bignum library that can be compiled on windows out of the box?
- If not, are there instructions somewhere for using rug with a prebuilt libgmp?