# Herb Printer
**Crate:** [`herb-printer`](https://crates.io/crates/herb-printer)
---
The Herb Printer reconstructs HTML+ERB source from a Herb AST losslessly, and provides the printer infrastructure the other Herb tools build on.
This is the Rust counterpart of the [`@herb-tools/printer`](https://www.npmjs.com/package/@herb-tools/printer) package.
> [!NOTE]
> This crate is currently an empty placeholder. The implementation lands in a future release.
## Installation
```bash
cargo add herb-printer
```
## License
Herb is available as open source under the terms of the [MIT License](https://github.com/marcoroth/herb/blob/main/LICENSE.txt).