newtypes 0.1.0

Macros that ease the implementation of the Newtype pattern
Documentation
[dependencies]

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dev-dependencies.serde_json]
version = "1.0.145"

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

[package]
authors = ["Andreu Correa Casablanca <andreu@kindspells.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros that ease the implementation of the Newtype pattern"
edition = "2024"
license = "MIT"
name = "newtypes"
readme = "README.md"
repository = "https://forge.cloudsling.dev/CTRLback/rs-newtypes"
version = "0.1.0"

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