Skip to content

Commit 406f2a7

Browse files
committed
first round
1 parent 16d53d8 commit 406f2a7

File tree

91 files changed

+158
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+158
-66
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ semver = "1.0"
4949
serde = { version = "1.0", features = ["derive"] }
5050
serde_derive = "1.0"
5151
serde_json = "1.0"
52+
sha2 = "0.10"
5253
tar = "0.4"
5354
tempfile = "3.14"
5455
thiserror = "2"

src/algorithms/randomness/rand-choose.md

Lines changed: 1 addition & 0 deletions

src/algorithms/randomness/rand-custom.md

Lines changed: 1 addition & 0 deletions

src/algorithms/randomness/rand-dist.md

Lines changed: 2 additions & 0 deletions

src/algorithms/randomness/rand-passwd.md

Lines changed: 1 addition & 0 deletions

src/algorithms/randomness/rand-range.md

Lines changed: 1 addition & 0 deletions

src/algorithms/randomness/rand.md

Lines changed: 1 addition & 0 deletions

src/cli/arguments/clap-basic.md

Lines changed: 1 addition & 0 deletions

src/concurrency/parallel/rayon-any-all.md

Lines changed: 1 addition & 0 deletions

src/concurrency/parallel/rayon-iter-mut.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)