Skip to content

Commit

Permalink
feat(variadics): additions to variadics including collection types (h…
Browse files Browse the repository at this point in the history
…ydro-project#1475)

adds a number of features:

collection types for variadics (sets, multisets) that allow search via
RefVars (variadic of refs)
into_option (convert a variadic to a variadic of options)
into_vec (convert a variadic to a variadic of vecs)
  • Loading branch information
jhellerstein authored and MingweiSamuel committed Oct 8, 2024
1 parent e6eb32c commit 8024ba4
Show file tree
Hide file tree
Showing 4 changed files with 977 additions and 63 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions variadics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ workspace = true

[dependencies]
sealed = "0.5.0"
hashbrown = "0.14.0"

[dev-dependencies]
trybuild = "1.0"
Loading

0 comments on commit 8024ba4

Please sign in to comment.