A lightweight parser combinator framework.
```rust use chonk::prelude::*;
if is("abc").test("abcd") { println!("It matches!"); } ```