Re: [rust-dev] Rust BigInt

2014-09-19 Thread Matthieu Monrocq
On Fri, Sep 19, 2014 at 6:13 AM, Daniel Micay danielmi...@gmail.com wrote: On 19/09/14 12:09 AM, Lee Wei Yen wrote: Hi all! I’ve just started learning to use Rust now, and so far it’s been everything I wanted in a language. I saw from the docs that the num::bigint::BigInt type has

Re: [rust-dev] Rust BigInt

2014-09-19 Thread Jauhien Piatlicki
Hi, On 09/19/2014 06:40 PM, Matthieu Monrocq wrote: Disclaimer, for the unwary, GMP is a GPL library; so using it implies complying with the GPL license. LGPL afaik, so you can dynamically link with it in any case. ___ Rust-dev mailing list

Re: [rust-dev] Rust BigInt

2014-09-19 Thread Daniel Micay
On 19/09/14 12:40 PM, Matthieu Monrocq wrote: On Fri, Sep 19, 2014 at 6:13 AM, Daniel Micay danielmi...@gmail.com mailto:danielmi...@gmail.com wrote: On 19/09/14 12:09 AM, Lee Wei Yen wrote: Hi all! I’ve just started learning to use Rust now, and so far it’s been

Re: [rust-dev] Rust BigInt

2014-09-19 Thread Daniel Micay
On 19/09/14 12:46 PM, Jauhien Piatlicki wrote: Hi, On 09/19/2014 06:40 PM, Matthieu Monrocq wrote: Disclaimer, for the unwary, GMP is a GPL library; so using it implies complying with the GPL license. LGPL afaik, so you can dynamically link with it in any case. Static linking of a

[rust-dev] Rust BigInt

2014-09-18 Thread Lee Wei Yen
Hi all! I’ve just started learning to use Rust now, and so far it’s been everything I wanted in a language. I saw from the docs that the num::bigint::BigInt type has been deprecated - does it have a replacement? -- Lee Wei Yen ___ Rust-dev

Re: [rust-dev] Rust BigInt

2014-09-18 Thread Daniel Micay
On 19/09/14 12:09 AM, Lee Wei Yen wrote: Hi all! I’ve just started learning to use Rust now, and so far it’s been everything I wanted in a language. I saw from the docs that the num::bigint::BigInt type has been deprecated - does it have a replacement? -- Lee Wei Yen It was moved