try_fold_impl 0.1.0

Simple macro for deriving `Iterator::next` and `::fold` from a `::try_fold` implementation
Documentation
1
2
3
4
5
6
7
8
[package]
name = "try_fold_impl"
version = "0.1.0"
edition = "2021"
description = "Simple macro for deriving `Iterator::next` and `::fold` from a `::try_fold` implementation"
license = "MIT"

[dependencies]