# Splitline Minimal Krate
A minimal Rust crate for demonstration purposes.
## Usage
```rust
use splitline_minimal_krate::add;
let result = add(2, 3);
assert_eq!(result, 5);
```
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
splitline-minimal-krate = "0.1.0"
```
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.