serde-rs / serde

Serialization framework for Rust
https://serde.rs/
Apache License 2.0
9.14k stars 773 forks source link

Link to deserializer lifetimes explanation and DeserializeOwned from Deserialize rustdoc #1218

Open dtolnay opened 6 years ago

dtolnay commented 6 years ago

This page needs to provide a far more helpful explanation, including links to here and here.

dtolnay commented 6 years ago

I believe this is blocked on #1292 because the same page is rendered at both https://docs.serde.rs/serde/trait.Deserialize.html and https://docs.serde.rs/serde/de/trait.Deserialize.html, so a relative link to DeserializeOwned would not be correct on one or the other.