Skip to content

Commit

Permalink
add a comment about depending on rayon-core
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Jul 3, 2024
1 parent 648a060 commit 4b3fdf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ std = []
# `update_rayon` and (in combination with `mmap` below) `update_mmap_rayon`
# methods, for multithreaded hashing. However, even if this feature is enabled,
# all other APIs remain single-threaded.
#
# Implementation detail: We take a dependency on rayon-core instead of rayon,
# because it builds faster and still includes all the APIs we need.
rayon = ["dep:rayon-core", "std"]

# The `mmap` feature (disabled by default, but enabled for docs.rs) adds the
Expand Down

0 comments on commit 4b3fdf5

Please sign in to comment.