Switch documentation links to docs.rs
This commit is contained in:
parent
da3458becb
commit
e9adf451c5
@ -5,7 +5,7 @@ authors = ["The Rand Project Developers", "The Rust Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/"
|
||||
documentation = "https://docs.rs/rand"
|
||||
homepage = "https://crates.io/crates/rand"
|
||||
description = """
|
||||
Random number generators and other randomness functionality.
|
||||
|
@ -5,7 +5,7 @@ authors = ["The Rand Project Developers", "The Rust Project Developers", "The Cr
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_chacha/"
|
||||
documentation = "https://docs.rs/rand_chacha"
|
||||
homepage = "https://crates.io/crates/rand_chacha"
|
||||
description = """
|
||||
ChaCha random number generator
|
||||
|
@ -5,7 +5,7 @@ authors = ["The Rand Project Developers", "The Rust Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_core/"
|
||||
documentation = "https://docs.rs/rand_core"
|
||||
homepage = "https://crates.io/crates/rand_core"
|
||||
description = """
|
||||
Core random number generator traits and tools for implementation.
|
||||
|
@ -5,7 +5,7 @@ authors = ["The Rand Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_distr/"
|
||||
documentation = "https://docs.rs/rand_distr"
|
||||
homepage = "https://crates.io/crates/rand_distr"
|
||||
description = """
|
||||
Sampling from random number distributions
|
||||
|
@ -5,7 +5,7 @@ authors = ["The Rand Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_hc/"
|
||||
documentation = "https://docs.rs/rand_hc"
|
||||
homepage = "https://crates.io/crates/rand_hc"
|
||||
description = """
|
||||
HC128 random number generator
|
||||
|
@ -5,7 +5,7 @@ authors = ["The Rand Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_pcg/"
|
||||
documentation = "https://docs.rs/rand_pcg"
|
||||
homepage = "https://crates.io/crates/rand_pcg"
|
||||
description = """
|
||||
Selected PCG random number generators
|
||||
|
Loading…
x
Reference in New Issue
Block a user