Skip to content

Commit 741f6c9

Browse files
committed
Add defmac crate
1 parent 37b85b6 commit 741f6c9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Cargo.lock

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ itertools-num = "=0.1.3"
8888
# `&mut T`から`T`を『借りる』
8989
take_mut = "=0.2.2"
9090

91+
# 1行で書ける`macro_rules`
92+
defmac = "=0.2.1"
93+
9194
# シンプルなマクロの詰め合せ
9295
mac = "=0.1.1"
9396

0 commit comments

Comments
 (0)