3 Commits

Author SHA1 Message Date
zseri 186ce47e0d modernize crate
- bump rust edition to 2018
- remove an unnecessary `Debug` constraint
- provide an `size_hint` implementation
- get rid of unnecessary lifetime annotations
- add more test cases
- make crate no_std
- add forbid(unsafe_code) for good measure
- explain the non-fused behavoir and indicate possible side-effects of the iterator
2021-09-03 01:27:15 +02:00
Nick Fitzgerald 7f3008f485 Remove rustdoc-isms from README 2017-05-16 17:41:52 -07:00
Nick Fitzgerald 48aac003c2 Add README 2017-05-16 17:40:58 -07:00