Skip to content
  • zseri's avatar
    186ce47e
    modernize crate · 186ce47e
    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
    186ce47e
    modernize crate
    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
加载中