convolician 0.1.0

Fast, easy matrix gradients
Documentation
# Convolician
A speedy little matrix convolver for the command line.

## Install the Rust toolchain
https://www.rust-lang.org/tools/install

## Get the code
```bash
git clone github.com/mattgibb/convolician
```

## Run the convolution
```bash
cargo run --release
```

## Run the tests
```bash
cargo test
```

## Run the performance benchmarks
```bash
cargo bench
```