Skip to content

Commit e4f455b

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

File tree

3 files changed

+422
-3
lines changed

3 files changed

+422
-3
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"
@@ -19,7 +19,9 @@ net = []
1919

2020
[dependencies]
2121
borrow-or-share = "0.2"
22+
percent-encoding = "2.3.1"
2223
ref-cast = "1.0"
24+
thiserror = "2.0.12"
2325

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

0 commit comments

Comments
 (0)