udl 0.3.1

Parser for UDL (Universal Data Language)
Documentation
[[bin]]
name = "udl-tex-cmd"
path = "src/tex/tex_command.rs"
required-features = ["tex"]

[[bin]]
name = "udl-html-cmd"
path = "src/html/html_command.rs"
required-features = ["html"]

[features]
common = []
default = ["common", "parse"]
html = ["parse"]
parse = []
tex = ["parse"]

[package]
authors = ["Torm"]
categories = ["config", "parser-implementations"]
description = "Parser for UDL (Universal Data Language)"
edition = "2021"
homepage = "https://github.com/Torm/udl-rs"
keywords = ["parser", "format", "serialization", "config"]
license = "MIT OR Apache-2.0"
name = "udl"
readme = "README.md"
repository = "https://github.com/Torm/udl-rs"
version = "0.3.1"