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
@dtolnay Should we document it in the serde.rs? That can easily let others get started for offline usage. But the discoverability for this is not that good as cargo doc, any ideas on how to improve it?
Is it possible to have serde.rs docs be part of
cargo doc
so that it could be viewed offline after users downloaded the serde crate?This is good for the users who want to check serde examples offline while in an airplane, leveraging the existing
cargo doc
.Example https://docs.rs/cargo-crev/0.8.3/cargo_crev/doc/user/getting_started/index.html
The text was updated successfully, but these errors were encountered: