microgemm 0.3.1

General matrix multiplication with custom configuration in Rust. Supports no_std and no_alloc environments.
Documentation
1
2
3
4
5
6
7
# examples

## Run

```sh
cargo run --example <name>
```