mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 06:48:00 +00:00
Point API documentation to docs.rs/serde
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user