Skip to content

Commit a3567ee

Browse files
authored
added license badge for rand_core
1 parent 30b3cbc commit a3567ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)