rglw_log 0.0.3

Root project for all the utilities that rustyglware offers to the community
Documentation
### RGLW

[![pipeline status](https://gitlab.com/rglw/public/base/rglw/badges/main/pipeline.svg)](https://gitlab.com/rglw/public/base/rglw/-/commits/main)

[![Latest Release](https://gitlab.com/rglw/public/base/rglw/-/badges/release.svg)](https://gitlab.com/rglw/public/base/rglw/-/releases)


This project has util code for all the rustyglware software. 
This just acts as a utils package with helpers for testing, codegen and more.

### How to install

Add this to your Cargo.toml file.

```toml
[dependencies.rglw]
version = "0.0.1"
features = ["log", "codegen", "codegen_utils"]
```

WIP: Missing documentation