redpatterns 0.2.0

a list of patterns for scanners 📟
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "redpatterns"
version = "0.2.0"
edition = "2021"
description = "a list of patterns for scanners 📟"
authors = ["Red Cloud 🔴"]
readme = "../README.md"
license-file = "../LICENSE"
repository = "https://github.com/redcloudvg/patterns.git"
documentation = "https://docs.rs/redpatterns"
categories = ["text-processing"]
keywords = ["regex", "pomsky", "secrets"]

[build-dependencies]
pomsky = "0.11.0"

[badges]
maintenance = { status = "actively-developed" }