1 file changed
+1
-1
lines changedSubmodule rust-cookbook updated 18 files
- rust-cookbook/.github/workflows/mdbook-test.yml+18-1
- rust-cookbook/Cargo.toml+20-6
- rust-cookbook/build.rs+5-15
- rust-cookbook/crates/algorithms/randomness/Cargo.toml+11
- rust-cookbook/crates/algorithms/randomness/src/bin/choose.rs+19
- rust-cookbook/crates/algorithms/randomness/src/bin/custom.rs+25
- rust-cookbook/crates/algorithms/randomness/src/bin/dist.rs+12
- rust-cookbook/crates/algorithms/randomness/src/bin/passwd.rs+13
- rust-cookbook/crates/algorithms/randomness/src/bin/rand.rs+7
- rust-cookbook/crates/algorithms/randomness/src/bin/random_range.rs+7
- rust-cookbook/crates/algorithms/randomness/src/bin/uniform.rs+15
- rust-cookbook/src/algorithms/randomness/rand-choose.md+5-23
- rust-cookbook/src/algorithms/randomness/rand-custom.md+6-29
- rust-cookbook/src/algorithms/randomness/rand-dist.md+8-24
- rust-cookbook/src/algorithms/randomness/rand-passwd.md+4-25
- rust-cookbook/src/algorithms/randomness/rand-range.md+10-29
- rust-cookbook/src/algorithms/randomness/rand.md+7-14
- rust-cookbook/src/mem/global_static/lazy-constant.md+10-8
0 commit comments