inline-xml 0.2.2

Embed XML data directly in your Rust code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.inline-xml-macros]
version = "=0.1.1"

[package]
authors = ["Benjamin Stürz <benni@stuerz.xyz>"]
categories = ["data-structures", "parser-implementations"]
description = "Embed XML data directly in your Rust code"
edition = "2021"
keywords = ["xml", "inline", "embed", "macro"]
license = "LGPL-3.0-or-later"
name = "inline-xml"
readme = "README.md"
repository = "https://git.stuerz.xyz/rustcloud/inline-xml.git"
version = "0.2.2"