Cargo Features

OxRdfXml has no features set by default.

[dependencies]
oxrdfxml = { version = "0.1.0-alpha.5", features = ["async-tokio"] }
async-tokio

Enables tokio and async-tokio of quick-xml

quick-xml:

Enables support for asynchronous reading and writing from tokio's IO-Traits by enabling reading events from types implementing tokio::io::AsyncBufRead.

Affects parser::FromTokioAsyncReadRdfXmlReader, serializer::ToTokioAsyncWriteRdfXmlWriter