ci_group 0.1.0

RAII log groups for GitHub Actions and Azure Pipelines. Fixes swallowed logs.
Documentation
[package]
name = "ci_group"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "RAII log groups for GitHub Actions and Azure Pipelines. Fixes swallowed logs."
repository = "https://github.com/aimable100/ci_group"
keywords = ["github-actions", "azure-pipelines", "ci", "logging"]
categories = ["development-tools"]
readme = "README.md"

[dependencies]


[dev-dependencies]
temp-env = "0.3"

[[bin]]
name = "basic"
path = "tests/bins/basic.rs"
test = false

[[bin]]
name = "panic"
path = "tests/bins/panic.rs"
test = false

[[bin]]
name = "no_newline"
path = "tests/bins/no_newline.rs"
test = false