Point API documentation to docs.rs/serde

This commit is contained in:
David Tolnay
2025-09-12 19:56:30 -07:00
parent 4da055a286
commit 6c4cae6b09
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Serde Core does _not_ offer any convenience functions for automatically implemen
You may be looking for:
- [API documentation](https://docs.rs/serde_core)
- [API documentation](https://docs.rs/serde)
- [An overview of Serde](https://serde.rs/)
- [Data formats supported by Serde](https://serde.rs/#data-formats)
- [Examples](https://serde.rs/examples.html)
+1 -1
View File
@@ -16,7 +16,7 @@
////////////////////////////////////////////////////////////////////////////////
// Serde types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/serde_core/1.0.219")]
#![doc(html_root_url = "https://docs.rs/serde/1.0.219")]
// Support using Serde without the standard library!
#![cfg_attr(not(feature = "std"), no_std)]
// Show which crate feature enables conditionally compiled APIs in documentation.