initialize project

This commit is contained in:
2022-07-25 23:50:08 +02:00
commit 3fe90f641c
3 changed files with 100 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "iter_accumulate"
version = "0.1.0"
authors = ["Niklas Elsbrock <mail@nelsbrock.de>"]
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 = "Apache-2.0"
keywords = ["accumulate", "iterator", "fold"]