-
由 zseri 创作于
- 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
由 zseri 创作于- 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
加载中