placid-macro 0.1.0

Separated ownership and in-place construction in Rust
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "visit-mut"]
version = "2.0"

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

[package]
authors = ["Js2xxx <development2014@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "Separated ownership and in-place construction in Rust"
documentation = "https://docs.rs/placid"
edition = "2024"
keywords = ["ownership", "pin", "macros", "place"]
license = "MIT OR Apache-2.0"
name = "placid-macro"
readme = "README.md"
repository = "https://github.com/js2xxx/placid"
version = "0.1.0"