iter-debug
Allows debugging iterators without collecting them to a Vec
first, such as for no_std
environments.
println!;
// => [2, 4, 6, 8]
For more information, read the docs.
Changelog
1.0.0
- Initial release
License
MIT or Apache 2.0
Allows debugging iterators without collecting them to a Vec
first, such as for no_std
environments.
println!;
// => [2, 4, 6, 8]
For more information, read the docs.
MIT or Apache 2.0