Registry / utility / doc-comment

doc-comment

JSON →
library0.3.4rscratesunverified

Macro to generate doc comments for Rust items.

# Cargo.toml [dependencies] doc-comment = "0.3.4"
INSTALL
IMPORT
SIG · DOC-COMMENT
D
doc-comment
utilityrustv0.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

doc_comment
use doc_comment::doc_comment;

Generates a doc comment for a function using the doc_comment macro.

use doc_comment::doc_comment; doc_comment! { """This is a generated doc comment.""" fn example() {} } fn main() { example(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Meta
2
Amazon
1
Resources
doc-comment — cargo add doc-comment · libregistry