cargo-validate

Crates.iocargo-validate
lib.rscargo-validate
version0.2.0
sourcesrc
created_at2024-09-19 22:00:29.288225
updated_at2024-10-14 20:02:54.300959
descriptionverify everything is correct about your package before publishing
homepage
repositoryhttp://github.com/themackabu/cargo-validate
max_upload_size
id1380718
size59,256
Mack (theMackabu)

documentation

README

cargo-validate

A Rust tool that enhances cargo publish with a validation and confirmation step.

Install

cargo install cargo-validate

Usage

cargo validate [-- <cargo publish args>]

Features:

  • Informs of current git status
  • Displays and validates package info
  • Checks current username as owner
  • Checks crate existence on crates.io
Commit count: 0

cargo fmt