Skip to content

Commit

Permalink
mention gmp-mpfr-sys only indirectly
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Feb 9, 2018
1 parent 3abecf3 commit e65c9f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ table offers a brief comparison to a few alternatives.
| Crate | License | Min rustc | Implementation |
| :--------------- | :------------- | :-------- | :------------- |
| **`num-bigint`** | MIT/Apache-2.0 | 1.8 | pure rust |
| [`gmp-mpfr-sys`] | LGPL-3.0+ | 1.13 | unsafe bindings for [GMP] |
| [`ramp`] | Apache-2.0 | nightly | rust and inline assembly |
| [`rug`] | LGPL-3.0+ | 1.18 | safe interface using `gmp-mpfr-sys` |
| [`rust-gmp`] | MIT | stable? | safe bindings for [GMP] |
| [`rug`] | LGPL-3.0+ | 1.18 | bundles [GMP] via [`gmp-mpfr-sys`] |
| [`rust-gmp`] | MIT | stable? | links to [GMP] |

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

0 comments on commit e65c9f6

Please sign in to comment.