mddd-macro 0.3.2

small framework for DDD init sysmem and CLI interface. Sub crate with macros. Use "mddd" crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["asvedr@gmail.com"]
description = 'small framework for DDD init sysmem and CLI interface. Sub crate with macros. Use "mddd" crate'
edition = "2021"
license = "MIT"
name = "mddd-macro"
repository = "https://gitlab.com/asvedr/mddd"
version = "0.3.2"