2 releases

Uses old Rust 2015

0.5.1 Mar 26, 2021
0.5.0 Jun 7, 2020

#1898 in Math

Download history 2749/week @ 2024-12-01 2572/week @ 2024-12-08 2956/week @ 2024-12-15 1081/week @ 2024-12-22 1479/week @ 2024-12-29 1401/week @ 2025-01-05 2933/week @ 2025-01-12 3602/week @ 2025-01-19 1926/week @ 2025-01-26 2329/week @ 2025-02-02 3532/week @ 2025-02-09 884/week @ 2025-02-16 569/week @ 2025-02-23 715/week @ 2025-03-02 684/week @ 2025-03-09 819/week @ 2025-03-16

2,831 downloads per month
Used in 22 crates (6 directly)

MIT license

82KB
2.5K SLoC

Build Status

Documentation

The following functions are intentionally left out of the bindings:

  • gmp_randinit (not thread-safe, obsolete)
  • mpz_random (not thread-safe, obsolete)
  • mpz_random2 (not thread-safe, obsolete)
  • mpf_set_default_prec (not thread-safe)
  • mpf_get_default_prec (not thread-safe)
  • mpf_init (not thread-safe)
  • mpf_inits (not thread-safe, va_list wrapper)
  • mpf_clears (va_list wrapper)
  • mpf_swap (no better than rust's swap)
  • mpf_set_prec_raw (could be exposed with an unsafe function if needed)
  • mpz_inits (va_list wrapper)
  • mpz_clears (va_list wrapper)
  • mpz_swap (no better than rust's swap)
  • mpq_inits (va_list wrapper)
  • mpq_clears (va_list wrapper)
  • mpq_swap (no better than rust's swap)

Dependencies

~92–350KB