[package] name = "iter_accumulate" version = "1.0.0" authors = ["Niklas Elsbrock "] edition = "2021" description = "An iterator adaptor that accumulates the elements and yields the current accumulated value for each iteration" repository = "https://github.com/nelsbrock/iter_accumulate" license = "MIT OR Apache-2.0" keywords = ["accumulate", "iterator", "fold"] categories = ["rust-patterns", "no-std"]