Skip to content

Commit

Permalink
chore: actually implement peak_many
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 15, 2023
1 parent 184216e commit ca54a54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ description = "Peek forward in an iterator as far as you'd like, memory allowing
documentation = "https://github.com/clintval/fullypeek/README.md"
categories = ["rust-patterns"]
keywords = ["iterator", "peek", "peekable"]

exclude = [
".github/*",
".gitignore",
]

0 comments on commit ca54a54

Please sign in to comment.