Browse Source

Add serde feature hint

Nicholas Connor 5 năm trước cách đây
mục cha
commit
a858e176f6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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