You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first started developing docs.rs rust was only able to build documentation for only libraries but looks like this has changed. Docs.rs is currently skipping non-lib crates, this needs to be fixed.
https://docs.rs/xsv/0.12.1 does not work, but https://docs.rs/crate/xsv/0.12.1 does. Other crates don't seem to have that problem, for example https://docs.rs/fst/0.2.3 works.
The text was updated successfully, but these errors were encountered: