Skip to content

Commit 6381ef4

Browse files
committed
Update docs.
1 parent 1f22b5f commit 6381ef4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//!
2020
//! ```toml
2121
//! [dependencies]
22-
//! pem = "0.8"
22+
//! pem = "1"
2323
//! ```
2424
//!
2525
//! and this to your crate root:
@@ -28,6 +28,9 @@
2828
//! extern crate pem;
2929
//! ```
3030
//!
31+
//! Using the `serde` feature will implement the serde traits for
32+
//! the `Pem` struct.
33+
//!
3134
//! # Example: parse a single chunk of PEM-encoded text
3235
//!
3336
//! Generally, PEM-encoded files contain a single chunk of PEM-encoded

0 commit comments

Comments
 (0)