Update documentation links

This commit is contained in:
Alex Crichton 2014-12-23 09:54:56 -08:00
parent 5d4b921537
commit 82d44da2d7
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/num"
repository = "https://github.com/rust-lang/num"
documentation = "http://doc.rust-lang.org/num"
keywords = ["mathematics", "numerics"]
description = """
Simple numerics. This crate contains basic arbitrary-sized integer,

View File

@ -2,6 +2,8 @@
Arbitrary sized numeric types for Rust.
[Documentation](http://doc.rust-lang.org/num)
## Usage
Add this to your `Cargo.toml`: