File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " dynify-macros"
3- version = " 0.0.0 "
3+ version.workspace = true
44authors.workspace = true
55license.workspace = true
66edition.workspace = true
77rust-version.workspace = true
88
99repository.workspace = true
10- description = " Procedural macros for dynify"
10+ description = " Helpful procedural macros for dynify"
1111
1212[lib ]
1313proc-macro = true
Original file line number Diff line number Diff line change 1+ ../LICENSE-APACHE
Original file line number Diff line number Diff line change 1+ ../LICENSE-MIT
Original file line number Diff line number Diff line change 11# dynify-macros
22
3- WIP procedural macros for [ dynify] ( https://github.com/loichyan /dynify ) .
3+ Helpful procedural macros for [ dynify] ( https://crates.io/crates /dynify ) .
44
5- > [ !IMPORTANT]
6- > These macros are currently underly development and are thus not suitable for
7- > use!
5+ ## ♥️ Special thanks
6+
7+ The macros in this crate are heavily inspired by
8+ [ async-trait] ( https://crates.io/crates/async-trait ) . Please check it out as well
9+ if you're interested in this crate.
10+
11+ ## ⚖️ License
12+
13+ Licensed under either of
14+
15+ - Apache License, Version 2.0 ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
16+ < http://www.apache.org/licenses/LICENSE-2.0 > )
17+ - MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
18+ < http://opensource.org/licenses/MIT > )
19+
20+ at your option.
You can’t perform that action at this time.
0 commit comments