[dependencies.parametrized-macro]
version = "0.1.7"
[dependencies.sumtype]
version = "0.2.4"
[features]
large-tuples = []
[lib]
name = "parametrized"
path = "lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std::no-alloc", "rust-patterns"]
description = "Supply useful iterating methods for user-defined types which are parametrized by type parameters"
edition = "2021"
license = "MIT"
name = "parametrized"
readme = "README.md"
repository = "https://github.com/yasuo-ozu/parametrized"
version = "0.1.7"
[[test]]
name = "flatten_bug"
path = "tests/flatten_bug.rs"
[[test]]
name = "recursive"
path = "tests/recursive.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[[test]]
name = "test_enum"
path = "tests/test_enum.rs"
[[test]]
name = "tuple"
path = "tests/tuple.rs"