File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# getrandom
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/rust-random/getrandom.svg?branch=master )] ( https://travis-ci.org/rust-random/getrandom )
4
- [ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/github/rust-random/getrandom?svg=true )] ( https://ci.appveyor.com/project/rust-random/getrandom )
5
- [ ![ Crate] ( https://img.shields.io/crates/v/getrandom.svg )] ( https://crates.io/crates/getrandom )
6
- [ ![ Documentation] ( https://docs.rs/getrandom/badge.svg )] ( https://docs.rs/getrandom )
7
- [ ![ Dependency status] ( https://deps.rs/repo/github/rust-random/getrandom/status.svg )] ( https://deps.rs/repo/github/rust-random/getrandom )
3
+ [ ![ Build Status]] [ GitHub Actions ] [ ![ Crate]] [ crates.io ] [ ![ Documentation]] [ docs.rs ] [ ![ Dependency Status]] [ deps.rs ] [ ![ Downloads]] [ crates.io ] [ ![ License]] [ LICENSE-MIT ]
4
+
5
+ [ GitHub Actions ] : https://github.com/rust-random/getrandom/actions?query=workflow:Tests+branch:master
6
+ [ Build Status ] : https://github.com/rust-random/getrandom/workflows/Tests/badge.svg?branch=master
7
+ [ crates.io ] : https://crates.io/crates/getrandom
8
+ [ Crate ] : https://img.shields.io/crates/v/getrandom
9
+ [ docs.rs ] : https://docs.rs/getrandom
10
+ [ Documentation ] : https://docs.rs/getrandom/badge.svg
11
+ [ deps.rs ] : https://deps.rs/repo/github/rust-random/getrandom
12
+ [ Dependency Status ] : https://deps.rs/repo/github/rust-random/getrandom/status.svg
13
+ [ Downloads ] : https://img.shields.io/crates/d/getrandom
14
+ [ LICENSE-MIT ] : https://raw.githubusercontent.com/rust-random/getrandom/master/LICENSE-MIT
15
+ [ License ] : https://img.shields.io/crates/l/getrandom
8
16
9
17
10
18
A Rust library for retrieving random data from (operating) system source. It is
You can’t perform that action at this time.
0 commit comments