macron-impl-into 0.1.1

The implementation of trait Into
Documentation
[dependencies.proc-macro2]
version = "1.0.94"

[dependencies.quote]
version = "1.0.39"

[dependencies.syn]
version = "2.0.99"

[lib]
name = "macron_impl_into"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Bulat Sh. <t.me/fuderis>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "The implementation of trait Into"
edition = "2021"
keywords = ["macros", "macro", "proc", "derive"]
license = "MIT"
name = "macron-impl-into"
readme = "README.md"
repository = "https://github.com/fuderis/rs-macron/tree/main/macron-impl-into"
version = "0.1.1"

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