microgemm 0.2.0-alpha

General matrix multiplication with custom configuration in Rust. Supports no_std and no_alloc environments.
Documentation
# Contributing

All pull requests are welcome.

## TODO

- Improve performance of "packing". <br>
Explore possible optimizations.

## Run CI locally

### Requirements

1. rustc 1.65+, cargo
2. cargo-make
3. CMake (for cargo-semver-checks)

### Run

Go to the project root and run:
```sh
cargo make all
```