quartz_commands 0.1.0

Generates a parser at compile-time for handling commands similar in structure to those of Minecraft.
Documentation
[[example]]
name = "simple"
[dependencies.lazy_static]
version = "1.4"

[dependencies.quartz_commands_macros]
version = "0.1.0"

[dependencies.regex]
version = "1.5"

[package]
authors = ["Cassy343", "maddymakesgames"]
categories = ["command-line-interface", "text-processing", "compilers", "parser-implementations"]
description = "Generates a parser at compile-time for handling commands similar in structure to those of Minecraft."
edition = "2018"
keywords = ["command", "parse", "cli", "minecraft"]
license = "MIT"
name = "quartz_commands"
readme = "README.md"
repository = "https://github.com/Rusty-Quartz/quartz_commands"
version = "0.1.0"