Browse Source

Add serde feature hint

Nicholas Connor 5 years ago
parent
commit
a858e176f6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      url/src/lib.rs

+ 3 - 0
url/src/lib.rs

@@ -73,6 +73,9 @@ assert!(data_url.fragment() == Some(""));
 # run().unwrap();
 ```
 
+## Serde
+
+Add `serde` feature to complement `url::Url` with the `Deserialize` and `Serialize`.
 
 # Base URL