rio_xml 0.8.5

RDF/XML parser and serializer
Documentation
[dependencies.oxilangtag]
version = "0.1"

[dependencies.oxiri]
version = "0.2"

[dependencies.quick-xml]
version = "0.36"

[dependencies.rio_api]
version = "0.8"

[features]
default = []

[lib]
name = "rio_xml"
path = "src/lib.rs"

[package]
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
RDF/XML parser and serializer
"""
edition = "2021"
keywords = ["RDF", "XML", "parser"]
license = "Apache-2.0"
name = "rio_xml"
readme = "README.md"
repository = "https://github.com/oxigraph/rio"
rust-version = "1.75"
version = "0.8.5"

[package.metadata.docs.rs]
all-features = true

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"