Add chain function and chained iterator, which behaves like Rust's flatten

This commit is contained in:
Mark
2024-02-14 17:13:05 +01:00
parent 6ed16b90ec
commit 44da27b414
4 changed files with 43 additions and 344 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "mers_lib"
version = "0.3.5"
version = "0.3.7"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "library to use the mers language in other projects"