Skip to content

Commit cd16da4

Browse files
authored
Merge pull request #534 from bcko/patch-2
added license badge
2 parents 950c0af + a3567ee commit cd16da4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Latest version](https://img.shields.io/crates/v/rand.svg)](https://crates.io/crates/rand)
66
[![Documentation](https://docs.rs/rand/badge.svg)](https://docs.rs/rand)
77
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.22+-yellow.svg)](https://github.com/rust-lang-nursery/rand#rust-version-requirements)
8+
[![License](https://img.shields.io/crates/l/rand.svg)](https://github.com/rust-lang-nursery/rand#license)
89

910
A Rust library for random number generation.
1011

rand_core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Latest version](https://img.shields.io/crates/v/rand_core.svg)](https://crates.io/crates/rand_core)
66
[![Documentation](https://docs.rs/rand_core/badge.svg)](https://docs.rs/rand_core)
77
[![Minimum rustc version](https://img.shields.io/badge/rustc-1.22+-yellow.svg)](https://github.com/rust-lang-nursery/rand#rust-version-requirements)
8+
[![License](https://img.shields.io/crates/l/rand_core.svg)](https://github.com/rust-lang-nursery/rand/tree/master/rand_core#license)
89

910
Core traits and error types of the [rand] library, plus tools for implementing
1011
RNGs.

0 commit comments

Comments
 (0)