File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ You'll need to adjust if you want to optimize with [feature flags](Cargo.toml).
44
44
45
45
## Usage
46
46
47
+ Add ` crc-fast = { version = "1.2", features = ["optimize_crc32_auto"] } ` to your ` Cargo.toml ` dependencies, which will
48
+ enable every available optimization for the ` stable ` toolchain. Adjust as necessary for your desired
49
+ [ acceleration targets] ( #acceleration-targets ) .
50
+
47
51
### Digest
48
52
49
53
Implements the [ digest::DynDigest] ( https://docs.rs/digest/latest/digest/trait.DynDigest.html )
@@ -155,7 +159,7 @@ variant, and all of them were "reflected" variants.
155
159
In contrast, this library accelerates _ every known variant_ (and should accelerate any future variants without changes),
156
160
including all the "non-reflected" variants.
157
161
158
- ## Important variants
162
+ ## Important CRC variants
159
163
160
164
While there are [ many variants] ( https://reveng.sourceforge.io/crc-catalogue/all.htm#crc.cat.crc-32-iso-hdlc ) , three
161
165
stand out as being the most important and widely used (all of which are "reflected"):
You can’t perform that action at this time.
0 commit comments