Published fluent assertion library for Rust. Compatible with code completion. "Java Truth"-like api and messages. #rust#rustlang
Example:
```
assert_that!("foobarbaz").ends_with("baz");
assert_that!(0.5).with_abs_tol(0.2).is_approx_equal_to(0.6);
```
https://t.co/kks9TeT6TW