wraps 1.0.0

create marker types that wrap other, inner, types - with trait impls matching PhantomData
Documentation
[lib]
name = "wraps"
path = "src/lib.rs"

[package]
authors = ["infomorphic-matti <infomorphic-matti@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std::no-alloc", "rust-patterns"]
description = "create marker types that wrap other, inner, types - with trait impls matching PhantomData"
documentation = "https://docs.rs/wraps"
edition = "2024"
homepage = "https://gitlab.com/infomorphic-matti/wraps"
keywords = ["phantomdata", "marker", "type", "wrapper"]
license = "MPL-2.0"
name = "wraps"
readme = "README.md"
repository = "https://gitlab.com/infomorphic-matti/wraps"
rust-version = "1.89"
version = "1.0.0"

[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]