automd-rs
Keep your README.md in sync with Cargo.toml—badges, contributors, install snippets—via HTML comment blocks.
Quick start
# or
Add blocks in README.md, e.g.:



Requires repository = "https://github.com/owner/repo" in Cargo.toml.
Block types
| Block | Purpose |
|---|---|
badges |
Crates.io version, downloads, docs.rs, GitHub stats |
contributors |
License + contrib.rocks image |
with-automdrs |
Footer line |
cargo-add / cargo-install |
Add/install snippet |
See Block Reference for options.
Library
use run;
run?;
Extend via BlockHandler trait. See API Reference.
License
Published under the MIT license. Made by @YONGQI 💛
🛠️ auto updated with automd-rs