format_xml 0.3.0

Fast, minimal, feature-rich, xml-like formatting syntax for Rust!
Documentation
[dependencies.fmtools]
version = "0.1"

[features]
default = ["std"]
obfstr = ["fmtools/obfstr"]
std = []

[package]
authors = ["Casper <CasualX@users.noreply.github.com>"]
categories = ["no-std", "template-engine"]
description = "Fast, minimal, feature-rich, xml-like formatting syntax for Rust!"
documentation = "https://docs.rs/format_xml"
edition = "2018"
keywords = ["xml", "html", "svg", "template", "format"]
license = "MIT"
name = "format_xml"
readme = "readme.md"
repository = "https://github.com/CasualX/format_xml"
version = "0.3.0"