Skip to content

Commit ebb3b65

Browse files
committed
feat: add path operators for Uri<String>
some part copy from url lib
1 parent 7a3e3c0 commit ebb3b65

File tree

3 files changed

+422
-2
lines changed

3 files changed

+422
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fluent-uri"
33
version = "0.3.2"
44
authors = ["Scallop Ye <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.65"
6+
rust-version = "1.80"
77
description = "A generic URI/IRI handling library compliant with RFC 3986/3987."
88
documentation = "https://docs.rs/fluent-uri"
99
repository = "https://github.com/yescallop/fluent-uri-rs"
@@ -18,7 +18,9 @@ net = []
1818

1919
[dependencies]
2020
borrow-or-share = "0.2"
21+
percent-encoding = "2.3.1"
2122
ref-cast = "1.0"
23+
thiserror = "2.0.12"
2224

2325
[dependencies.serde]
2426
version = "1.0"

0 commit comments

Comments
 (0)