prepare for publishing
This commit is contained in:
parent
8572a00c32
commit
ca79006169
@ -6,8 +6,8 @@ homepage = "https://github.com/rust-num/num-bigint"
|
|||||||
keywords = ["mathematics", "numerics", "bignum"]
|
keywords = ["mathematics", "numerics", "bignum"]
|
||||||
categories = [ "algorithms", "data-structures", "science" ]
|
categories = [ "algorithms", "data-structures", "science" ]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
name = "num-bigint"
|
name = "num-bigint-dig"
|
||||||
repository = "https://github.com/rust-num/num-bigint"
|
repository = "https://github.com/dignifiedquier/num-bigint"
|
||||||
version = "0.2.1"
|
version = "0.2.1"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
10
README.md
10
README.md
@ -1,25 +1,27 @@
|
|||||||
# num-bigint
|
# num-bigint
|
||||||
|
|
||||||
[](https://crates.io/crates/num-bigint)
|
[](https://crates.io/crates/num-bigint-dig)
|
||||||
[](https://docs.rs/num-bigint)
|
[](https://docs.rs/num-bigint-dig)
|
||||||

|

|
||||||
[](https://travis-ci.org/rust-num/num-bigint)
|
[](https://travis-ci.org/rust-num/num-bigint)
|
||||||
|
|
||||||
Big integer types for Rust, `BigInt` and `BigUint`.
|
Big integer types for Rust, `BigInt` and `BigUint`.
|
||||||
|
|
||||||
|
> **Warning** This is a fork of [`rust-num/num-bigint`](https://github.com/rust-num/num-bigint) and only here, to provide the features needed for [dignifiedqurie/rust-rsa](https://github.com/dignifiedquire/rust-rsa).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Add this to your `Cargo.toml`:
|
Add this to your `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num-bigint = "0.2"
|
num-bigint-dig = "0.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
and this to your crate root:
|
and this to your crate root:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
extern crate num_bigint;
|
extern crate num_bigint_dig as num_bigint;
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user