mb1986/dto_derive
Rust derive-macro providing automatic mapping between DTO and Entity structures.
RustMIT
Issues
- 1
this error originates in the derive macro `Dto`
#21 opened by male110 - 0
feat: add nested fields mapping
#20 opened by mb1986 - 0
docs: improve README
#1 opened by mb1986 - 0
feat: only first error is returned
#17 opened by mb1986 - 0
feat: improve error messages
#5 opened by mb1986 - 0
refactor: improve `container` code
#12 opened by mb1986 - 0
feat: improve checking of mappings
#9 opened by mb1986 - 0
- 0
feat: add mapping via function call
#7 opened by mb1986 - 0
feat: add complex entity mapping
#6 opened by mb1986 - 0
feat: add mapping via closure
#8 opened by mb1986 - 0
test: add ui tests
#2 opened by mb1986