rust-gmp 0.2.8

Rust bindings for GMP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rust-gmp"
version = "0.2.8"
authors = [ "thestinger <danielmicay@gmail.com>", "Bartłomiej Kamiński <fizyk20@gmail.com>" ]
description = "Rust bindings for GMP"
repository = "https://github.com/fizyk20/rust-gmp"
license-file = "LICENSE"
keywords = [ "gmp", "multi", "precision", "arithmetic", "bignum" ]

[lib]
name = "gmp"

[dependencies]
libc = "*"