We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 468a28d + 07997b1 commit f656829Copy full SHA for f656829
README.md
@@ -42,9 +42,11 @@ table offers a brief comparison to a few alternatives.
42
| [`ramp`] | Apache-2.0 | nightly | rust and inline assembly |
43
| [`rug`] | LGPL-3.0+ | 1.18 | bundles [GMP] via [`gmp-mpfr-sys`] |
44
| [`rust-gmp`] | MIT | stable? | links to [GMP] |
45
+| [`apint`] | MIT/Apache-2.0 | nightly | pure rust (unfinished) |
46
47
[GMP]: https://gmplib.org/
48
[`gmp-mpfr-sys`]: https://crates.io/crates/gmp-mpfr-sys
49
[`rug`]: https://crates.io/crates/rug
50
[`rust-gmp`]: https://crates.io/crates/rust-gmp
51
[`ramp`]: https://crates.io/crates/ramp
52
+[`apint`]: https://crates.io/crates/apint
0 commit comments