https://github.com/folyd/iter-enhancement
https://github.com/folyd/iter-enhancement
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/folyd/iter-enhancement
- Owner: Folyd
- Created: 2021-01-09T09:12:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T09:20:42.000Z (over 5 years ago)
- Last Synced: 2025-01-19T23:47:56.626Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iter-enhancement
Add `at_least()` and `at_most()` methods to `Iterator`.
## Run testings
`cargo test`
## Benchmarking
`cargo bench`
The benchmarking report located at `target/criterion/report`.