Lines Matching +full:rust +full:- +full:lang
1 <!-- Serde readme rendered on crates.io -->
3 **Serde is a framework for *ser*ializing and *de*serializing Rust data structures efficiently and generically.**
5 ---
9 - [An overview of Serde](https://serde.rs/)
10 - [Data formats supported by Serde](https://serde.rs/#data-formats)
11 - [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html)
12 - [Examples](https://serde.rs/examples.html)
13 - [API documentation](https://docs.rs/serde)
14 - [Release notes](https://github.com/serde-rs/serde/releases)
18 ```rust
46 Serde is one of the most widely used Rust libraries so any place that Rustaceans
48 [#rust-questions] or [#rust-beginners] channels of the unofficial community
49 Discord (invite: <https://discord.gg/rust-lang-community>, the [#rust-usage] or
50 [#beginners] channels of the official Rust Project Discord (invite:
51 <https://discord.gg/rust-lang>), or the [#general][zulip] stream in Zulip. For
52 asynchronous, consider the [\[rust\] tag on StackOverflow][stackoverflow], the
53 [/r/rust] subreddit which has a pinned weekly easy questions post, or the Rust
58 [#rust-questions]: https://discord.com/channels/273534239310479360/274215136414400513
59 [#rust-beginners]: https://discord.com/channels/273534239310479360/273541522815713281
60 [#rust-usage]: https://discord.com/channels/442252698964721669/443150878111694848
62 [zulip]: https://rust-lang.zulipchat.com/#narrow/stream/122651-general
63 [stackoverflow]: https://stackoverflow.com/questions/tagged/rust
64 [/r/rust]: https://www.reddit.com/r/rust
65 [discourse]: https://users.rust-lang.org