File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,9 @@ table offers a brief comparison to a few alternatives.
39
39
| Crate | License | Min rustc | Implementation |
40
40
| :--------------- | :------------- | :-------- | :------------- |
41
41
| ** ` num-bigint ` ** | MIT/Apache-2.0 | 1.8 | pure rust |
42
- | [ ` gmp-mpfr-sys ` ] | LGPL-3.0+ | 1.13 | unsafe bindings for [ GMP] |
43
42
| [ ` ramp ` ] | Apache-2.0 | nightly | rust and inline assembly |
44
- | [ ` rug ` ] | LGPL-3.0+ | 1.18 | safe interface using ` gmp-mpfr-sys ` |
45
- | [ ` rust-gmp ` ] | MIT | stable? | safe bindings for [ GMP] |
43
+ | [ ` rug ` ] | LGPL-3.0+ | 1.18 | bundles [ GMP ] via [ ` gmp-mpfr-sys ` ] |
44
+ | [ ` rust-gmp ` ] | MIT | stable? | links to [ GMP] |
46
45
47
46
[ GMP ] : https://gmplib.org/
48
47
[ `gmp-mpfr-sys` ] : https://crates.io/crates/gmp-mpfr-sys
You can’t perform that action at this time.
0 commit comments