const-size-flatten 0.5.0

Flatten and FlatMap with constant inner iterator size
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "const-size-flatten"
version = "0.5.0"
description = "Flatten and FlatMap with constant inner iterator size"
readme = "README.md"
keywords = [
    "no-std",
    "iterator",
]
categories = [
    "data-structures",
    "no-std",
    "no-std::no-alloc",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/schuelermine/const-size-flatten"

[dev-dependencies.paste]
version = "1.0.14"