Explorar el Código

Add serde feature hint

Nicholas Connor hace 5 años
padre
commit
a858e176f6
Se han modificado 1 ficheros con 3 adiciones y 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