gen_docs_template

Crates.iogen_docs_template
lib.rsgen_docs_template
version
sourcesrc
created_at2024-11-09 01:41:51.34682
updated_at2024-11-11 00:33:15.079183
descriptionThis CLI automatically creates templates of comment text required when generating docs.rs.(docs.rsの生成時に必要なコメント文のテンプレートを自動作成するCLIです。)
homepage
repositoryhttps://github.com/sotanengel/gen_docs_template
max_upload_size
id1441760
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
sotanengel (sotanengel)

documentation

README

gen_docs_template

This CLI automatically creates templates of comment text required when generating docs.rs!!(docs.rs の生成時に必要なコメント文のテンプレートを自動作成する CLI です!!)

How to use

install

Run the following command:

cargo install gen_docs_template

run

It generates docs.rs template comments for all files in src.

gen_docs_template
Before After

Crates.io

Documentation

Commit count: 11

cargo fmt