mapstruct-derive 0.3.0

A derive macro for the mapstruct crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "mapstruct-derive"
version = "0.3.0"
edition = "2021"
authors = ["Leon Camus"]
license = "MIT"
description = "A derive macro for the mapstruct crate"

[lib]
proc-macro = true

[dependencies]
mapstruct-derive-lib = { path = "../mapstruct-derive-lib", version = "0.3.0" }