Skip to content

Commit e65c9f6

Browse files
committed
mention gmp-mpfr-sys only indirectly
1 parent 3abecf3 commit e65c9f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ table offers a brief comparison to a few alternatives.
3939
| Crate | License | Min rustc | Implementation |
4040
| :--------------- | :------------- | :-------- | :------------- |
4141
| **`num-bigint`** | MIT/Apache-2.0 | 1.8 | pure rust |
42-
| [`gmp-mpfr-sys`] | LGPL-3.0+ | 1.13 | unsafe bindings for [GMP] |
4342
| [`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] |
4645

4746
[GMP]: https://gmplib.org/
4847
[`gmp-mpfr-sys`]: https://crates.io/crates/gmp-mpfr-sys

0 commit comments

Comments
 (0)