newtypes 0.4.0

Macros that ease the implementation of the Newtype pattern
Documentation
[package]
name = "newtypes"
version = "0.4.0"
edition = "2024"
rust-version = "1.90"
description = "Macros that ease the implementation of the Newtype pattern"
readme = "README.md"
license = "MIT"
authors = [
    "Andreu Correa Casablanca <andreu@kindspells.dev>"
]
repository = "https://forge.cloudsling.dev/CTRLback/rs-newtypes"
keywords = ["newtype", "newtypes"]

[dependencies]

[dev-dependencies]
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
trybuild = "1"