circlejerk 0.1.0

Small arithmetic helpers for Rust
Documentation
# circlejerk

Small arithmetic helpers for Rust.

## Usage

Add the crate to your project:

```toml
[dependencies]
circlejerk = "0.1.0"
```

Then call the helper:

```rust
assert_eq!(circlejerk::add(2, 2), 4);
```

## License

Licensed under the MIT License. See [LICENSE](LICENSE) for details.