hat-splitter
The hat-splitter crate implements the HAT splitting rule. If you don't know
what that is, you probably won't find this crate useful.
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!;