wraps 1.0.0

create marker types that wrap other, inner, types - with trait impls matching PhantomData
Documentation
[package]
name = "wraps"
version = "1.0.0"
edition = "2024"
rust-version = "1.89"

description = "create marker types that wrap other, inner, types - with trait impls matching PhantomData"
categories = ["no-std::no-alloc", "rust-patterns"]
keywords = ["phantomdata", "marker", "type", "wrapper"]

license = "MPL-2.0"
authors = ["infomorphic-matti <infomorphic-matti@protonmail.com>"]

repository = "https://gitlab.com/infomorphic-matti/wraps"
homepage = "https://gitlab.com/infomorphic-matti/wraps"
documentation = "https://docs.rs/wraps"

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