Skip to content

Commit

Permalink
feat: additions to variadics including collection types (#1473)
Browse files Browse the repository at this point in the history
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 Sep 30, 2024
1 parent d83cb83 commit 8afd326
Show file tree
Hide file tree
Showing 3 changed files with 972 additions and 59 deletions.
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 8afd326

Please sign in to comment.