rug 1.24.1

Arbitrary-precision integers, rational, floating-point and complex numbers based on GMP, MPFR and MPC.
Documentation

rug

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 8 of them enabled by default.

default

  • complex
  • float
  • integer
  • rand
  • rational
  • std

complex

  • float
  • gmp-mpfr-sys/mpc

float

  • gmp-mpfr-sys/mpfr

integer

  • gmp-mpfr-sys

rand

  • integer

rational

  • integer

std

    This feature flag does not enable additional features.

gmp-mpfr-sys

  • dep:gmp-mpfr-sys

serde

  • dep:serde
  • std

num-traits

  • dep:num-traits
  • num-integer

num-integer

  • dep:num-integer

fail-on-warnings

    This feature flag does not enable additional features.