From 8c0cf86218e62b69885dbff34d9b5a7291c13ac7 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Wed, 27 Aug 2025 12:19:52 -0600 Subject: [PATCH] chore: Add simd to feature docs --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index e0bae5b9..6ca53ddd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -86,6 +86,8 @@ //! //! # Cargo `features` //! +//! - `simd` - Speeds up folding +//! //! - `testing-colors` - Makes [Renderer::styled] colors OS independent, which //! allows for easier testing when testing colored output. It should be added as //! a feature in `[dev-dependencies]`, which can be done with the following command: