Commit 5851e5e
committed
fix!: make host optional
This PR fixes the current implementation considering
a host is mandatory in the Url. Yet this is incorrect
as some schema don't require a host (ex: `file://`).
This fix introduce a breaking change both for the Rust
crate and the Python package.1 parent 01601fe commit 5851e5e
File tree
5 files changed
+76
-55
lines changed- faup/src
- python
- src
- tests
5 files changed
+76
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments