[go: up one dir, main page]

doc-comment 0.1.3

Macro to generate doc comments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "doc-comment"
version = "0.1.3"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]

documentation = "http://docs.rs/crate/doc-comment"
readme = "README.md"
license = "MIT"
description = "Macro to generate doc comments"

[lib]
name = "doc_comment"

[badges]
travis-ci = { repository = "GuillaumeGomez/doc-comment" }

[features]
no_core = []