Lines Matching +full:rustc +full:- +full:serialize
1 …]][actions] [![Latest Version]][crates.io] [![serde: rustc 1.19+]][Rust 1.19] [![serde_derive: rus…
3 [Build Status]: https://img.shields.io/github/actions/workflow/status/serde-rs/serde/ci.yml?branch=…
4 [actions]: https://github.com/serde-rs/serde/actions?query=branch%3Amaster
7 [serde: rustc 1.19+]: https://img.shields.io/badge/serde-rustc_1.19+-lightgray.svg
8 [serde_derive: rustc 1.56+]: https://img.shields.io/badge/serde_derive-rustc_1.56+-lightgray.svg
9 [Rust 1.19]: https://blog.rust-lang.org/2017/07/20/Rust-1.19.html
10 [Rust 1.56]: https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html
14 ---
18 - [An overview of Serde](https://serde.rs/)
19 - [Data formats supported by Serde](https://serde.rs/#data-formats)
20 - [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html)
21 - [Examples](https://serde.rs/examples.html)
22 - [API documentation](https://docs.rs/serde)
23 - [Release notes](https://github.com/serde-rs/serde/releases)
30 <a href="https://play.rust-lang.org/?edition=2018&gist=72755f28f99afc95e01d63174b28c1f5" target="_b…
36 # The core APIs, including the Serialize and Deserialize traits. Always
38 # using #[derive(Serialize, Deserialize)] to make Serde work with structs
51 use serde::{Serialize, Deserialize};
53 #[derive(Serialize, Deserialize, Debug)]
80 [#rust-questions] or [#rust-beginners] channels of the unofficial community
81 Discord (invite: <https://discord.gg/rust-lang-community>), the [#rust-usage] or
83 <https://discord.gg/rust-lang>), or the [#general][zulip] stream in Zulip. For
90 [#rust-questions]: https://discord.com/channels/273534239310479360/274215136414400513
91 [#rust-beginners]: https://discord.com/channels/273534239310479360/273541522815713281
92 [#rust-usage]: https://discord.com/channels/442252698964721669/443150878111694848
94 [zulip]: https://rust-lang.zulipchat.com/#narrow/stream/122651-general
97 [discourse]: https://users.rust-lang.org
104 Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
105 2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
112 for inclusion in Serde by you, as defined in the Apache-2.0 license, shall be