← Back to Sparks
ProgrammingRelevance: 6/10

docs.rs: building fewer targets by default

Source: Rust Blog

docs.rs: building fewer targets by default

Summary

Docs.rs will build fewer target architectures by default starting May 1, 2026, potentially affecting documentation availability for less common platforms.

Key Insight

If your Rust crate targets niche platforms, ensure your documentation builds correctly on docs.rs after the change to avoid a degraded user experience for those users.

Action to Take

Check your crate's documentation build status on docs.rs after May 1, 2026, and configure explicit target support if needed to maintain documentation for all intended platforms.

rustdocs-rsdocumentationcross-compilationtarget-architecture
Read Original Article ↗