mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 15:25:38 +00:00
parent
bc982f9757
commit
d1253cb193
@ -6,6 +6,16 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
|
//! This crate provides Serde's two derive macros.
|
||||||
|
//!
|
||||||
|
//! ```rust,ignore
|
||||||
|
//! #[derive(Serialize, Deserialize)]
|
||||||
|
//! ```
|
||||||
|
//!
|
||||||
|
//! Please refer to [https://serde.rs/derive.html] for how to set this up.
|
||||||
|
//!
|
||||||
|
//! [https://serde.rs/derive.html]: https://serde.rs/derive.html
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/serde_derive/0.9.14")]
|
#![doc(html_root_url = "https://docs.rs/serde_derive/0.9.14")]
|
||||||
|
|
||||||
#![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
|
#![cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user