# Herb Analysis
**Crate:** [`herb-analysis`](https://crates.io/crates/herb-analysis)
---
The Herb Analysis crate builds template indexes and resolves render call sites and partials across a project.
This is the Rust counterpart of the [`@herb-tools/analysis`](https://www.npmjs.com/package/@herb-tools/analysis) package.
> [!NOTE]
> This crate is currently an empty placeholder. The implementation lands in a future release.
## Installation
```bash
cargo add herb-analysis
```
## License
Herb is available as open source under the terms of the [MIT License](https://github.com/marcoroth/herb/blob/main/LICENSE.txt).