Explorar o código

Add serde feature hint

Nicholas Connor %!s(int64=5) %!d(string=hai) anos
pai
achega
a858e176f6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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