Explorar o código

Update documentation links

Alex Crichton %!s(int64=10) %!d(string=hai) anos
pai
achega
82d44da2d7
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 1 0
      Cargo.toml
  2. 2 0
      README.md

+ 1 - 0
Cargo.toml

@@ -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,

+ 2 - 0
README.md

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