hsivonen/simd

Documentation link points to docs.rs but docs.rs doesn't run with --features doc

Closed this issue · 0 comments

The documentation link in the readme points to docs.rs, but docs.rs lacks the non-x86 docs, because docs.rs doesn't know that the crate needs a special feature flag for full documentation generation.

Expected the doc link to point to a version of the docs generated with --features doc.