Skip to content

Commit 8c0cf86

Browse files
committed
chore: Add simd to feature docs
1 parent cb11137 commit 8c0cf86

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)