remove_comments 0.1.0

Remove Comments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.10.3"

[lib]
name = "remove_comments"
path = "lib.rs"

[package]
description = "Remove Comments"
edition = "2021"
license = "GPL-3.0-or-later"
name = "remove_comments"
readme = "README.md"
repository = "https://github.com/173duprot/rcm"
version = "0.1.0"