This repository was archived by the owner on Dec 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# rustc-serialize
2
2
3
+ > ** NOTE** : This crate is deprecated in favor of [ ` serde ` ] . No new feature
4
+ > development will happen in this crate, although bug fixes proposed through PRs
5
+ > will still be merged. It is very highly recommended by the Rust Library Team
6
+ > that you use [ ` serde ` ] , not this crate.
7
+
8
+ [ `serde` ] : https://serde.rs
9
+
3
10
Serialization and deserialization support provided by the compiler in the form
4
11
of ` derive(RustcEncodable, RustcDecodable) ` .
5
12
Original file line number Diff line number Diff line change 10
10
11
11
//! Support code for encoding and decoding types.
12
12
//!
13
+ //! > **NOTE**: This crate is deprecated in favor of [`serde`]. No new feature
14
+ //! > development will happen in this crate, although bug fixes proposed through
15
+ //! > PRs will still be merged. It is very highly recommended by the Rust
16
+ //! > Library Team that you use [`serde`], not this crate.
17
+ //!
13
18
//! # Usage
14
19
//!
15
20
//! This crate is [on crates.io](https://crates.io/crates/rustc-serialize) and
You can’t perform that action at this time.
0 commit comments