File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/rust-lang-nursery/rand.svg?branch=master )] ( https://travis-ci.org/rust-lang-nursery/rand )
4
4
[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/github/rust-lang-nursery/rand?svg=true )] ( https://ci.appveyor.com/project/alexcrichton/rand )
5
- [ ![ crates.io] ( https://img.shields.io/crates/v/rand.svg )] ( https://crates.io/crates/rand )
6
- [ ![ docs.rs] ( https://docs.rs/rand/badge.svg )] ( https://docs.rs/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-lang-nursery/rand#rust-version-requirements )
7
8
8
9
A Rust library for random number generators and other randomness functionality.
9
10
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/rust-lang-nursery/rand.svg )] ( https://travis-ci.org/rust-lang-nursery/rand )
4
4
[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/github/rust-lang-nursery/rand?svg=true )] ( https://ci.appveyor.com/project/alexcrichton/rand )
5
- [ ![ crates.io] ( https://img.shields.io/crates/v/rand_core.svg )] ( https://crates.io/crates/rand_core )
6
- [ ![ docs.rs] ( https://docs.rs/rand_core/badge.svg )] ( https://docs.rs/rand_core )
5
+ [ ![ Latest version] ( https://img.shields.io/crates/v/rand_core.svg )] ( https://crates.io/crates/rand_core )
6
+ [ ![ Documentation] ( https://docs.rs/rand_core/badge.svg )] ( https://docs.rs/rand_core )
7
+ [ ![ Minimum rustc version] ( https://img.shields.io/badge/rustc-1.22+-yellow.svg )] ( https://github.com/rust-lang-nursery/rand#rust-version-requirements )
7
8
8
9
Core traits and error types of the [ rand] library, plus tools for implementing
9
10
RNGs.
You can’t perform that action at this time.
0 commit comments