We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e2661 commit fa3c773Copy full SHA for fa3c773
Cargo.toml
@@ -5,6 +5,9 @@ authors = ["Andrei Pashkin <[email protected]>"]
5
description = "Rust macro that makes possible to concatenate idents from multiple parts."
6
keywords = ["idents", "ident", "concat", "concatenate", "macro"]
7
edition = "2018"
8
+license = "MIT"
9
+readme = "README.md"
10
+repository = "https://github.com/AndreiPashkin/compose-idents"
11
12
[lib]
13
proc-macro = true
0 commit comments