mapstruct 0.1.0

Create refactor safe derivatives of Structs with proc-macros.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "mapstruct"
version = "0.1.0"
edition = "2021"
authors = ["Leon Camus"]
license = "MIT"
description = "Create refactor safe derivatives of Structs with proc-macros."

[dependencies]
mapstruct-derive = { path = "mapstruct-derive", version = "0.1.0" }