Unverified Commit 6e96137c authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

Add partition function (#1682)

parent bc9c9f3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,11 +23,11 @@ repository = "https://github.com/awslabs/smithy-rs"
"pin-project-lite" = "0.2"
"tower" = { version = "0.4.11", default_features = false }
"async-trait" = "0.1"
regex = "1"
"url" = "2.2.2"

[dev-dependencies]
proptest = "1"
regex = "1"

[package.metadata.docs.rs]
all-features = true
+1 −0
Original line number Diff line number Diff line
@@ -7,4 +7,5 @@ mod arn;
mod diagnostic;
mod host;
mod parse_url;
mod partition;
mod substring;
+573 −0

File added.

Preview size limit exceeded, changes collapsed.