gmp 0.3.1

Rust bindings for GMP
Documentation
  • Coverage
  • 2.97%
    3 out of 101 items documented0 out of 87 items with examples
  • Size
  • Source code size: 68.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • fizyk20/rust-gmp
    41 27 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • xcodevn
gmp-0.3.1 has been yanked.

Build Status

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)