coinduction 0.1.0

Attribute macros for defining circular type references and recursive trait implementations in Rust
Documentation
[dependencies.coinduction-macro]
version = "0.1.0"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
name = "coinduction"
path = "lib.rs"

[package]
authors = ["yasuo-ozu"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools::procedural-macro-helpers"]
description = "Attribute macros for defining circular type references and recursive trait implementations in Rust"
edition = "2021"
keywords = ["macro", "trait", "recursive", "circular", "zerocost"]
license = "MIT"
name = "coinduction"
readme = "README.md"
repository = "https://github.com/yasuo-ozu/coinduction"
version = "0.1.0"

[[test]]
name = "coinduction_integration_test"
path = "tests/coinduction_integration_test.rs"

[[test]]
name = "complex_coinduction"
path = "tests/complex_coinduction.rs"

[[test]]
name = "min_calculator"
path = "tests/min_calculator.rs"

[[test]]
name = "minimal_coinduction"
path = "tests/minimal_coinduction.rs"

[[test]]
name = "trait_not_found"
path = "tests/trait_not_found.rs"

[[test]]
name = "ui_tests"
path = "tests/ui_tests.rs"