ソースを参照

Add serde feature hint

Nicholas Connor 5 年 前
コミット
a858e176f6
1 ファイル変更3 行追加0 行削除
  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