placid 0.1.0

Separated ownership and in-place construction in Rust
Documentation
[dependencies.placid-macro]
version = "=0.1.0"

[dependencies.thiserror]
default-features = false
version = "2.0"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.pin-project]
version = "1.1"

[[example]]
name = "pthread_mutex"
path = "examples/pthread_mutex.rs"

[features]
alloc = []
default = ["fn-impl"]
fn-impl = ["alloc"]

[lib]
name = "placid"
path = "src/lib.rs"

[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"
readme = "README.md"
repository = "https://github.com/js2xxx/placid"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true

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