phantom-type 0.3.0

A `PhantomData` analog which prevents "parameter is never used" error, but does not produce any restrictions in contrast with `PhantomData`.
Documentation
[dependencies.educe]
version = "0.4.13"

[features]
default = ["std"]
std = []

[package]
authors = ["warlock <internalmike@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "A `PhantomData` analog which prevents \"parameter is never used\" error, but does not produce any restrictions in contrast with `PhantomData`."
documentation = "https://docs.rs/phantom-type/"
edition = "2018"
keywords = ["PhantomData", "Send", "Sync", "Unpin", "restrictions"]
license = "MIT OR Apache-2.0"
name = "phantom-type"
readme = "README.md"
repository = "https://github.com/A1-Triard/phantom-type"
version = "0.3.0"