extend-fn 1.0.0

Use arbitrary FnMut when something that must implement Extend is needed
Documentation
[dependencies]

[lib]
name = "extend_fn"
path = "src/lib.rs"

[package]
authors = ["matti <infomorphic-matti@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std::no-alloc", "rust-patterns"]
description = "Use arbitrary FnMut when something that must implement Extend is needed"
documentation = "https://docs.rs/extend-fn"
edition = "2024"
homepage = "https://gitlab.com/infomorphic-matti/extend-fn/"
keywords = ["extend", "iter", "function"]
license = "MPL-2.0"
name = "extend-fn"
readme = "README.md"
repository = "https://gitlab.com/infomorphic-matti/extend-fn/"
version = "1.0.0"

[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]