# anodizer-core
Core configuration, context, and template engine for the anodizer release tool
This crate is an internal building block of [**anodizer**](https://github.com/tj-smith47/anodizer) — a Rust-native release automation tool inspired by GoReleaser. It is published to crates.io so the `anodizer` CLI can depend on it from the registry, but the public, user-facing entry point is the [`anodizer`](https://crates.io/crates/anodizer) binary crate.
If you're looking to release a Rust project with anodizer:
```bash
cargo install anodizer
anodizer init > .anodizer.yaml
anodizer release --snapshot
```
## Documentation
- Project README — <https://github.com/tj-smith47/anodizer>
- Configuration reference — <https://tj-smith47.github.io/anodizer/docs/reference/configuration/>
- CLI reference — <https://tj-smith47.github.io/anodizer/docs/reference/cli/>
- Feature dogfooding matrix — <https://tj-smith47.github.io/anodizer/dogfooding/>
## License
MIT — see the [main repository](https://github.com/tj-smith47/anodizer) for the full license text.