Skip to content

Commit 98a9c07

Browse files
authored
Merge pull request #647 from nkconnor/patch-1
Add serde feature hint
2 parents 947d663 + 59b5260 commit 98a9c07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

url/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ assert!(data_url.fragment() == Some(""));
7373
# run().unwrap();
7474
```
7575
76+
## Serde
77+
78+
Enable the `serde` feature to include `Deserialize` and `Serialize` implementations for `url::Url`.
7679
7780
# Base URL
7881

0 commit comments

Comments
 (0)