# mio_license The license library to check validity of Media-IO products. [![pipeline status](https://gitlab.com/mediaio/mio_license/badges/master/pipeline.svg)](https://gitlab.com/mediaio/mio_license/commits/master) [![coverage report](https://gitlab.com/mediaio/mio_license/badges/master/coverage.svg)](https://gitlab.com/mediaio/mio_license/commits/master) # Documentation The documentation is available [here](https://mediaio.gitlab.io/common/mio_license/mio_license) # Develop the signer With *Cargo watch* you can run the signer and code directly. For that run: `cargo watch -x 'run --example signer'` and play with source code ;-)