cargo-bless 0.1.7

Modernize your Rust dependencies with blessed.rs + live intel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cargo-bless — documentation

This folder holds **design and maintainer-facing** notes. The **user-facing** overview lives in the repository [README](https://github.com/Ruffian-L/cargo-bless#readme) (also what [crates.io](https://crates.io/crates/cargo-bless) shows).

| Doc | Purpose |
|-----|---------|
| [architecture.md]./architecture.md | How the Rust modules map to `docs.rs` and the main pipeline |
| [cli-reference.md]./cli-reference.md | Flags and subcommands in one place |
| [contributing.md]./contributing.md | Build, test, and release checklist |
| [phase3-workspace-design.md]./phase3-workspace-design.md | Draft design for workspace-wide analysis (`--workspace` / `--package`) |

**Generated API docs:** [docs.rs/cargo-bless](https://docs.rs/cargo-bless)

**Change log:** [changelog.md](https://github.com/Ruffian-L/cargo-bless/blob/main/changelog.md) (repo root)