
Oxidize is a library that makes assertions in tests easier to read.
*(Oxidize is still under development and should be considered experimental)*
How about an example, then?
```rust
fn test_optimus_should_be_prime() {
}
// panicked at 'expected "optimus" to contain "prime"'
```