inline-xml 0.3.1

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

[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"
resolver = "2"
version = "0.3.1"