[go: up one dir, main page]

macro-utils 0.1.3

Some macros to make code writing more elegant and funny.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "macro-utils"
version = "0.1.3"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/GuillaumeGomez/macro_utils"
homepage = "https://github.com/GuillaumeGomez/macro_utils"
documentation = "https://docs.rs/macro-utils"
description = """
Some macros to make code writing more elegant and funny.
"""

[badges]
travis-ci = { repository = "guillaumegomez/macro_utils" }

[dev-dependencies]
doc-comment = "0.3"