https://github.com/lokathor/internal_iterator_rec
Recursive extension for the `internal_iterator` crate
https://github.com/lokathor/internal_iterator_rec
Last synced: about 1 month ago
JSON representation
Recursive extension for the `internal_iterator` crate
- Host: GitHub
- URL: https://github.com/lokathor/internal_iterator_rec
- Owner: Lokathor
- Created: 2025-04-14T06:18:22.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-14T07:13:37.000Z (about 1 month ago)
- Last Synced: 2025-04-14T08:29:37.584Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# internal_iterator_rec
Recursive extension for the `internal_iterator` crateMost of this was done by `danielhenrymantilla`, who is way smarter at Rust. I've
just packed up their example code into a complete crate.