File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.10.0"
44authors = [" The Rand Project Developers" , " The Rust Project Developers" , " The CryptoCorrosion Contributors" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
7- repository = " https://github.com/rust-random/rand "
7+ repository = " https://github.com/rust-random/rngs "
88documentation = " https://docs.rs/rand_chacha"
99homepage = " https://rust-random.github.io/book"
1010description = """
Original file line number Diff line number Diff line change 11# rand_chacha
22
3- [ ![ Test Status] ( https://github.com/rust-random/rand /actions/workflows/test.yml/badge.svg?event=push )] ( https://github.com/rust-random/rand /actions )
3+ [ ![ Test Status] ( https://github.com/rust-random/rngs /actions/workflows/test.yml/badge.svg?event=push )] ( https://github.com/rust-random/rngs /actions )
44[ ![ Latest version] ( https://img.shields.io/crates/v/rand_chacha.svg )] ( https://crates.io/crates/rand_chacha )
55[ ![ Book] ( https://img.shields.io/badge/book-master-yellow.svg )] ( https://rust-random.github.io/book/ )
66[ ![ API] ( https://docs.rs/rand_chacha/badge.svg )] ( https://docs.rs/rand_chacha )
@@ -22,7 +22,7 @@ the [`c2-chacha`](https://crates.io/crates/c2-chacha) crate.
2222Links:
2323
2424- [ API documentation (docs.rs)] ( https://docs.rs/rand_chacha )
25- - [ Changelog] ( https://github.com/rust-random/rand /blob/master/rand_chacha/CHANGELOG.md )
25+ - [ Changelog] ( https://github.com/rust-random/rngs /blob/master/rand_chacha/CHANGELOG.md )
2626
2727[ rand ] : https://crates.io/crates/rand
2828[ ^ 1 ] : D. J. Bernstein, [ * ChaCha, a variant of Salsa20* ] (
Original file line number Diff line number Diff line change 11# rand_pcg
22
3- [ ![ Test Status] ( https://github.com/rust-random/rand /actions/workflows/test.yml/badge.svg?event=push )] ( https://github.com/rust-random/rand /actions )
3+ [ ![ Test Status] ( https://github.com/rust-random/rngs /actions/workflows/test.yml/badge.svg?event=push )] ( https://github.com/rust-random/rngs /actions )
44[ ![ Latest version] ( https://img.shields.io/crates/v/rand_pcg.svg )] ( https://crates.io/crates/rand_pcg )
55[ ![ Book] ( https://img.shields.io/badge/book-master-yellow.svg )] ( https://rust-random.github.io/book/ )
66[ ![ API] ( https://docs.rs/rand_pcg/badge.svg )] ( https://docs.rs/rand_pcg )
@@ -20,7 +20,7 @@ part of the [Rand project](https://github.com/rust-random/rand).
2020Links:
2121
2222- [ API documentation (docs.rs)] ( https://docs.rs/rand_pcg )
23- - [ Changelog] ( https://github.com/rust-random/rand /blob/master/rand_pcg/CHANGELOG.md )
23+ - [ Changelog] ( https://github.com/rust-random/rngs /blob/master/rand_pcg/CHANGELOG.md )
2424
2525
2626## Crate Features
You can’t perform that action at this time.
0 commit comments