grep_bin 2.0.0

Searches recursively a directory or multiple files for a sequence of bytes or ASCII string.
Documentation
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.clap]
features = ["cargo"]
version = "3.1.3"

[dependencies.hex]
version = "0.4.3"

[package]
authors = ["LaBatata101 <labatata101@linuxmail.org>"]
categories = ["command-line-utilities"]
description = "Searches recursively a directory or multiple files for a sequence of bytes or ASCII string."
edition = "2021"
homepage = "https://github.com/LaBatata101/grep_bin"
keywords = ["binary", "grep", "search", "pattern", "bgrep"]
license-file = "LICENSE"
name = "grep_bin"
readme = "README.md"
repository = "https://github.com/LaBatata101/grep_bin"
resolver = "2"
version = "2.0.0"
[profile.release]
codegen-units = 1
lto = true
strip = "symbols"