add licenses

This commit is contained in:
2022-08-09 22:11:55 +02:00
parent 95e925fa3b
commit 12e32b086a
3 changed files with 198 additions and 1 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ 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"
license = "MIT OR Apache-2.0"
keywords = ["accumulate", "iterator", "fold"]
categories = ["rust-patterns", "no-std"]