malachi 0.9.8

A domain specific pattern matching language made for defining bot commands.
Documentation
[dependencies.nom]
version = "7.1.3"

[dependencies.regex]
version = "1.10.6"

[[example]]
name = "command_handler"
path = "examples/command_handler.rs"

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

[package]
authors = ["Taylan Gökkaya <insomnimus.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parser-implementations", "text-processing"]
description = "A domain specific pattern matching language made for defining bot commands."
edition = "2021"
keywords = ["regex", "pattern-matching", "bot", "dsl", "discord"]
license = "Apache-2.0"
name = "malachi"
readme = "readme.md"
repository = "https://github.com/insomnimus/malachi"
version = "0.9.8"