malachi 0.1.0

A domain specific pattern matching language made for defining bot commands.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.nom]
version = "7.0.0"

[package]
authors = ["Taylan Gökkaya <insomnimus.dev@gmail.com>"]
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"
resolver = "2"
version = "0.1.0"