echo-comment 0.1.6

A bidirectional bash interpreter that converts comments ↔ echo statements
Documentation
[[bin]]
name = "comment-echo"
path = "src/comment_echo.rs"

[[bin]]
name = "echo-comment"
path = "src/echo_comment.rs"

[dependencies.tempfile]
version = "3.20"

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

[package]
authors = ["Louis Maddox <louismmx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A bidirectional bash interpreter that converts comments ↔ echo statements"
edition = "2024"
keywords = ["automation", "bash", "comments", "scripting", "shell"]
license = "MIT OR Apache-2.0"
name = "echo-comment"
readme = "README.md"
repository = "https://github.com/lmmx/echo-comment"
rust-version = "1.87"
version = "0.1.6"

[profile.release]
lto = true
strip = true

[[test]]
name = "error"
path = "tests/error.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "processor"
path = "tests/processor.rs"