hat-splitter
The hat-splitter crate implements the HAT splitting rule.
This crate is a work in progress. More information and documentation will follow.
Installation
Usage
use ;
let my_hat_splitter = new;
let split_text: = my_hat_splitter.split;
assert_eq!;
let split_text: = my_hat_splitter.split_with_limit;
assert_eq!;