comment-strip 0.1.3

Remove comments out of text files
Documentation
[badges.travis-ci]
branch = "master"
repository = "XOSplicer/comment-strip"

[dependencies.clap]
features = ["yaml"]
version = "2.25.0"

[dependencies.quick-error]
version = "1.2.0"

[package]
authors = ["Felix Stegmaier <stegmaier.felix@gmail.com>"]
categories = ["command-line-utilities", "text-processing"]
description = "Remove comments out of text files"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["delete", "remove", "strip", "comments", "commandline"]
license = "MIT"
name = "comment-strip"
readme = "README.md"
repository = "https://github.com/XOSplicer/comment-strip"
version = "0.1.3"