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"]
|
||||
categories = [ "algorithms", "data-structures", "science" ]
|
||||
license = "MIT/Apache-2.0"
|
||||
name = "num-bigint"
|
||||
repository = "https://github.com/rust-num/num-bigint"
|
||||
name = "num-bigint-dig"
|
||||
repository = "https://github.com/dignifiedquier/num-bigint"
|
||||
version = "0.2.1"
|
||||
readme = "README.md"
|
||||
build = "build.rs"
|
||||
|
10
README.md
10
README.md
@ -1,25 +1,27 @@
|
||||
# num-bigint
|
||||
|
||||
[](https://crates.io/crates/num-bigint)
|
||||
[](https://docs.rs/num-bigint)
|
||||
[](https://crates.io/crates/num-bigint-dig)
|
||||
[](https://docs.rs/num-bigint-dig)
|
||||

|
||||
[](https://travis-ci.org/rust-num/num-bigint)
|
||||
|
||||
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
|
||||
|
||||
Add this to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
num-bigint = "0.2"
|
||||
num-bigint-dig = "0.2"
|
||||
```
|
||||
|
||||
and this to your crate root:
|
||||
|
||||
```rust
|
||||
extern crate num_bigint;
|
||||
extern crate num_bigint_dig as num_bigint;
|
||||
```
|
||||
|
||||
## Features
|
||||
|
Loading…
x
Reference in New Issue
Block a user