Skip to content

Commit 6adb579

Browse files
authored
Merge pull request #281 from Muscraft/document-simd-feature
chore: Add simd to feature docs
2 parents cb11137 + 8c0cf86 commit 6adb579

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
//!
8787
//! # Cargo `features`
8888
//!
89+
//! - `simd` - Speeds up folding
90+
//!
8991
//! - `testing-colors` - Makes [Renderer::styled] colors OS independent, which
9092
//! allows for easier testing when testing colored output. It should be added as
9193
//! a feature in `[dev-dependencies]`, which can be done with the following command:

0 commit comments

Comments
 (0)