22
33[ ![ Build Status] ( https://travis-ci.org/rust-random/rand.svg?branch=master )] ( https://travis-ci.org/rust-random/rand )
44[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/github/rust-random/rand?svg=true )] ( https://ci.appveyor.com/project/rust-random/rand )
5- [ ![ Latest version] ( https://img.shields.io/crates/v/rand.svg )] ( https://crates.io/crates/rand )
6- [ ![ Documentation] ( https://docs.rs/rand/badge.svg )] ( https://docs.rs/rand )
7- [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.22+-yellow.svg )] ( https://github.com/rust-random/rand#rust-version-requirements )
8- [ ![ License] ( https://img.shields.io/crates/l/rand.svg )] ( https://github.com/rust-random/rand#license )
5+ [ ![ Crate] ( https://img.shields.io/crates/v/rand.svg )] ( https://crates.io/crates/rand )
6+ [ ![ Book] ( https://img.shields.io/badge/book-master-yellow.svg )] ( https://rust-random.github.io/book/ )
7+ [ ![ API] ( https://img.shields.io/badge/api-master-yellow.svg )] ( https://rust-random.github.io/rand )
8+ [ ![ API] ( https://docs.rs/rand/badge.svg )] ( https://docs.rs/rand )
9+ [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.22+-lightgray.svg )] ( https://github.com/rust-random/rand#rust-version-requirements )
910
1011A Rust library for random number generation.
1112
@@ -18,9 +19,9 @@ implementations should prefer to use `rand_core` while most other users should
1819depend on ` rand ` .
1920
2021Documentation:
21- - [ The Rust Rand Book] ( https://rust-random.github.io/book/ )
22- - [ API reference for the latest release ] ( https://docs.rs /rand/ )
23- - [ API reference for the master branch ] ( https://rust-random.github.io /rand/ )
22+ - [ The Rust Rand Book] ( https://rust-random.github.io/book )
23+ - [ API reference (master) ] ( https://rust-random.github.io /rand )
24+ - [ API reference (docs.rs) ] ( https://docs.rs /rand )
2425
2526
2627## Usage
@@ -32,7 +33,7 @@ Add this to your `Cargo.toml`:
3233rand = " 0.6"
3334```
3435
35- To get started using Rand, see [ The Book] ( https://rust-random.github.io/book/ ) .
36+ To get started using Rand, see [ The Book] ( https://rust-random.github.io/book ) .
3637
3738
3839## Versions
0 commit comments