Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit ffaa854

Browse files
committed
Expand the description to included implementations
Closes #25
1 parent 3784b38 commit ffaa854

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ homepage = "https://github.com/rust-lang/rustc-serialize"
1010
documentation = "http://doc.rust-lang.org/rustc-serialize"
1111
description = """
1212
Generic serialization/deserialization support corresponding to the
13-
`derive(RustcEncodable, RustcDecodable)` mode in the compiler.
13+
`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
14+
support for hex, base64, and json encoding and decoding.
1415
"""

0 commit comments

Comments
 (0)