The `hat-splitter` crate implements the HAT splitting rule.
This crate is a work in progress. More information and documentation will
follow.
```bash
cargo add hat-splitter
```
```rust
use hat_splitter::{HATSplitter, Splitter};
fn main() {
}
```