cu29-log-runtime 0.11.0

This is part the runtime part of the text logger for Copper. It cannot be used independently from the Copper project.
Documentation
1
2
3
4
5
6
7
8
9
## Structure log runtime

This is a supporting crate
for [cu29_log_derive](https://github.com/copper-project/copper-rs/tree/master/core/cu29_log_derive), check this crate
for the actual usage.

This crate provides the runtime part that is called my the macros like `!debug`.

It can be use with or without Copper.