Nicholas Connor 5 лет назад
Родитель
Сommit
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();
 # run().unwrap();
 ```
 ```
 
 
+## Serde
+
+Add `serde` feature to complement `url::Url` with the `Deserialize` and `Serialize`.
 
 
 # Base URL
 # Base URL