# spora
`spora` is a small Rust utility crate.
## Installation
```toml
[dependencies]
spora = "0.1.0"
```
## Usage
```rust
use spora::add;
let total = add(2, 2);
assert_eq!(total, 4);
```
## License
Licensed under either of:
- MIT license
- Apache License, Version 2.0
at your option.