Skip to content

Commit

Permalink
These crate links seem to work now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Dec 17, 2023
1 parent 8a84594 commit 176640f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@
//! features are:
//!
//! - `json` — Support for JSON via the [`serde_json`] crate
//! - `json5` — Support for JSON5 via the [`json5`](https://docs.rs/json5)
//! crate
//! - `ron` — Support for RON via the [`ron`](https://docs.rs/ron) crate
//! - `toml` — Support for TOML via the [`toml`](https://docs.rs/toml) crate
//! - `json5` — Support for JSON5 via the [`json5`] crate
//! - `ron` — Support for RON via the [`ron`] crate
//! - `toml` — Support for TOML via the [`toml`] crate
//! - `yaml` — Support for YAML via the [`serde_yaml`] crate
//!
//! Format Limitations
Expand Down

0 comments on commit 176640f

Please sign in to comment.