Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Crates.io/docs.rs claim a package has no README/documentation
Crates.io/docs.rs claim a package has no README/documentation
â Rust đ 2025-09-07 đ¤ surdeus đī¸ 1This is strange. I chanced upon the following package:
https://crates.io/crates/alloc_counter
Crates.io claims it has no README.md though the repo and the docs.rs source view[1] both show it does. Moreover, docs.rs in turn claims that
alloc_counter-0.0.4 doesn't have any documentation.
and only shows its own (little-known) crate page which does display the README without problems. However, the lib.rs does have doc comments.[2]
Oh, and Discourse said about the crates.io link:
Sorry, we were unable to generate a preview for this web page, because the web server returned an error code of 404. Instead of a preview, only a link will appear in your post.
which is also interesting.
Distinct from the source view you get by clicking on "source" in the API docs. Yes, docs.rs has two different source views. âŠī¸
Though its module-level doc seems to be gated behind a non-default rustdoc
feature âŠī¸
2 posts - 2 participants
đˇī¸ Rust_feed