Small arithmetic helpers for Rust.
Add the crate to your project:
```toml
[dependencies]
circlejerk = "0.1.0"
```
Then call the helper:
```rust
assert_eq!(circlejerk::add(2, 2), 4);
```
Licensed under the MIT License. See [LICENSE](LICENSE) for details.