implicit-clone-derive 0.1.2

Immutable types and ImplicitClone trait similar to Copy
Documentation
[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[dev-dependencies.rustversion]
version = "1"

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

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

[package]
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Immutable types and ImplicitClone trait similar to Copy"
documentation = "https://docs.rs/implicit-clone"
edition = "2021"
homepage = "https://github.com/yewstack/implicit-clone"
keywords = ["immutable", "cheap-clone", "copy", "rc"]
license = "MIT OR Apache-2.0"
name = "implicit-clone-derive"
readme = false
repository = "https://github.com/yewstack/implicit-clone"
rust-version = "1.65"
version = "0.1.2"

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