commented 0.2.4

If you want to comment a line for an unknown file type, this crate is what you want
Documentation
[dependencies.globset]
optional = true
version = "0.4.16"

[features]
glob = ["dep:globset"]

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

[package]
authors = ["Nik Revenco <pm@nikrev.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-editors", "text-processing", "parsing", "no-std", "no-std::no-alloc"]
description = "If you want to comment a line for an unknown file type, this crate is what you want"
edition = "2024"
keywords = ["comment", "no_std", "parser", "regex", "algorithm"]
license = "MIT OR Apache-2.0"
name = "commented"
readme = "README.md"
repository = "https://github.com/nik-rev/commented"
rust-version = "1.85"
version = "0.2.4"