log-to-defmt 0.1.0

A backend for log that emits through defmt
Documentation
[dependencies.defmt]
version = "0.3"

[dependencies.heapless]
version = "0.7"

[dependencies.log]
version = "0.4"

[package]
authors = ["chrysn <chrysn@fsfe.org>"]
categories = ["no-std"]
description = "A backend for log that emits through defmt"
documentation = "https://docs.rs/log-to-defmt/"
edition = "2021"
keywords = ["log", "defmt"]
license = "MIT OR Apache-2.0"
name = "log-to-defmt"
readme = "README.md"
repository = "https://gitlab.com/chrysn/log-to-defmt/"
version = "0.1.0"