rust-mpfr 0.1.1

Simple MPFR bindings for Rust based on rust-gmp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "rust-mpfr"

version = "0.1.1"

authors = [ "Bartłomiej Kamiński <fizyk20@gmail.com>" ]

description = "Simple MPFR bindings for Rust based on rust-gmp"

license = "MIT"

repository = "https://github.com/fizyk20/rust-mpfr.git"



[lib]

name = "rust_mpfr"

crate-type = ["rlib", "dylib"]



[dependencies]

libc = "0.1.8"

rust-gmp = "0.2.3"