laugit 0.0.0

Logging library target for std and no_std environments to make log auditing easy and low cost.
Documentation
[dependencies.thiserror-no-std]
version = "2.0.2"

[features]
std = []

[lib]
name = "laugit"
path = "src/lib.rs"

[package]
authors = ["Jordan Bourdeau"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Logging library target for std and no_std environments to make log auditing easy and low cost."
edition = "2021"
license = "MIT"
name = "laugit"
readme = "README.md"
repository = "https://github.com/JBourds/laugit"
version = "0.0.0"