myko 0.1.0

Tiny arithmetic helpers.
Documentation
# myko

Tiny arithmetic helpers for Rust.

## Installation

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

## Usage

```rust
use myko::add;

assert_eq!(add(2, 2), 4);
```

## License

Licensed under MIT. See `LICENSE` for details.