Lines Matching +full:rust +full:- +full:lang
1 # Serde   [![Build Status]][actions] [![Latest Version]][crates.io] [![serde msrv]][Rust 1.31] [![serde_derive msrv]][Rust 1.56]
3 [Build Status]: https://img.shields.io/github/actions/workflow/status/serde-rs/serde/ci.yml?branch=master
4 [actions]: https://github.com/serde-rs/serde/actions?query=branch%3Amaster
9 [Rust 1.31]: https://blog.rust-lang.org/2018/12/06/Rust-1.31-and-rust-2018.html
10 [Rust 1.56]: https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html
12 **Serde is a framework for *ser*ializing and *de*serializing Rust data structures efficiently and generically.**
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="_blank">Run this code in the playground.</a>
50 ```rust
78 Serde is one of the most widely used Rust libraries so any place that Rustaceans
80 [#rust-questions] or [#rust-beginners] channels of the unofficial community
81 Discord (invite: <https://discord.gg/rust-lang-community>), the [#rust-usage] or
82 [#beginners] channels of the official Rust Project Discord (invite:
83 <https://discord.gg/rust-lang>), or the [#general][zulip] stream in Zulip. For
84 asynchronous, consider the [\[rust\] tag on StackOverflow][stackoverflow], the
85 [/r/rust] subreddit which has a pinned weekly easy questions post, or the Rust
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
95 [stackoverflow]: https://stackoverflow.com/questions/tagged/rust
96 [/r/rust]: https://www.reddit.com/r/rust
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