This crate contains helpers that can be used when writing Rust code that is proven
through the hax toolchain.
**⚠️ The code in this crate has no effect when compiled without the `--cfg hax`.**
```rust
fn sum(x: Vec<u32>, y: Vec<u32>) -> Vec<u32> {
hax_lib::assume!(x.len() == y.len());