Skip to content

Commit a858e17

Browse files
authored
Add serde feature hint
1 parent 1182d5d commit a858e17

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+
Add `serde` feature to complement `url::Url` with the `Deserialize` and `Serialize`.
7679
7780
# Base URL
7881

0 commit comments

Comments
 (0)