move to a local num-rug-adapter crate addressing #822

This commit is contained in:
Mark Thom
2021-02-19 17:34:26 -07:00
parent f6926a9642
commit f2db0886dd
5 changed files with 905 additions and 6 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "num-rug-adapter"
version = "0.1.5"
authors = ["Marco A L Barbosa <malbarbo@gmail.com>"]
edition = "2018"
description = "An adapter to use num crate where rug is needed."
license = "MIT/Apache-2.0"
repository = "https://github.com/malbarbo/num-rug-adapter"
keywords = ["mathematics", "numerics", "bignum"]
categories = ["api-bindings", "science"]
readme = "README.md"
[dependencies]
libc = "0.2"
num-bigint = "0.2"
num-integer = "0.1.41"
num-rational = "0.2"
num-traits = "0.2"